Hey all, I’ve been reading through the docs and tw...
# announcements
m
Hey all, I’ve been reading through the docs and two strange things happened. First, that some functions as
Selector
and
input_configuration_schemas
aren’t available to be imported through dagster’s top module. I’ve installed dagster through
pip
with
v.0.5.6
. I was also following the respective tutorial for this version. The other thing is that, the master branch doesn’t reflect the latest version. I’ve noticed it while trying checking the code for
solid
decorator the API docs shows that there’s a field for passing configuration values as a dictionary. This available in the master’s branch codebase.
a
Hi Marwan!
some functions as
Selector
and
input_configuration_schemas
aren’t available to be imported through dagster’s top module
I am working on fixing this as we speak 😄
the code for
solid
decorator the API docs shows that there’s a field for passing configuration values as a dictionary
Which field are you talking about specifically? It looks like we missed
metadata
in the doc block that generates the docs.
m
Hi Alex, nvm the second part was looking into an old clone 😄