hey all. I’m migrating Dagster (v0.15.x -> 1.0....
# ask-community
d
hey all. I’m migrating Dagster (v0.15.x -> 1.0.x). For one of my SDA-backed jobs, I need to programmatically create a
GraphDefinition
object with a factory function. I’m doing this in the old version using
InputDefinition
objects to populate the input_mappings input. In the new version however,
InputDefinition
has been removed from the API, and I’m wondering how to do this 😄. Any pointers would be highly appreciated!
j
Hi @Dimitris Stafylarakis the replacement for
InputDefinition
is
In
https://docs.dagster.io/_apidocs/ops#dagster.In
s
@chris
c
Hey Dmitry- this is something we’re aware of and working on getting fixed. Will prioritize getting this out for next release. Thanks for your patience!
s
@chris mind adding this to the 1.0.7 milestone for tracking purposes?
c
Will do once I get to my pc
d
thanks! 🙏