-
|
I’m backfilling some data, and it seems that Dagster Cloud spins up a new instance for each run. Is there a way around that? I have 60,000 runs to backfill, so spinning up an instance for each will take forever. The question was originally asked in Dagster Slack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
For asset backfills, Dagster can let you materialize many partitions in a single run: https://docs.dagster.io/concepts/partitions-schedules-sensors/backfills#launching-single-run-backfills-using-backfill-policies-. Would that help here? Or are you specifically looking for the ability to have a run per partition, but make the individual runs more lightweight? |
Beta Was this translation helpful? Give feedback.
For asset backfills, Dagster can let you materialize many partitions in a single run: https://docs.dagster.io/concepts/partitions-schedules-sensors/backfills#launching-single-run-backfills-using-backfill-policies-.
Would that help here? Or are you specifically looking for the ability to have a run per partition, but make the individual runs more lightweight?