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
I tried to use the graph but no success as well...
Problem
Dagster waits for all dynamic outputs from generate_partitions and all process_partition ops to complete before running any upload_partition op.
But I want each upload_partition to start as soon as its corresponding process_partition finishes.
What did you expect to happen?
How can I get Dagster to execute the upload step as soon as its matching processing step finishes, instead of waiting for all partitions to complete first?
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
Uh oh!
There was an error while loading. Please reload this page.
-
What's the issue?
I'm using Dagster v1.10 and trying to build a job that performs the following steps:
Desired Execution Flow
Current setup
note:
I tried to use the graph but no success as well...
Problem
Dagster waits for all dynamic outputs from generate_partitions and all process_partition ops to complete before running any upload_partition op.
But I want each upload_partition to start as soon as its corresponding process_partition finishes.
What did you expect to happen?
How can I get Dagster to execute the upload step as soon as its matching processing step finishes, instead of waiting for all partitions to complete first?
Is this possible in Dagster v1.10?
Beta Was this translation helpful? Give feedback.
All reactions