You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dagster._core.errors.DagsterInvalidDefinitionError: @graph 'etf_fq_job' has unmapped input 'etf_kline_adj_job'. Remove it or pass it to the appropriate op/graph invocation.
Can not create dependencies between graphs .
Why I don't tend to write an op for every cmd ?
Because I am lazy and obsessive, tend to use a function group all relative jobs , so that no redundant code and orgnization pretty.
I really hope there is similar stuff like -> in airflow, to link dependency jobs without input and output.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just want to assign dependencies for many cmd jobs, but it is super hard and ambiguous.
I create some funcs to automaulticaly create bulk ops
Use as op /job
Dependancies is correct:
But can't no run ( said etf_kline need context, but directly run in a job is fine )
Use as graph /job
Can not add dependencies. Error:
Can not create dependencies between graphs .
Why I don't tend to write an op for every cmd ?
Because I am lazy and obsessive, tend to use a function group all relative jobs , so that no redundant code and orgnization pretty.
I really hope there is similar stuff like
->
in airflow, to link dependency jobs without input and output.Beta Was this translation helpful? Give feedback.
All reactions