backfill_policy not working? #18158
-
In our team we have some very large models which we'd like to be able to separate into chunks and do a rolling backfill of data across multiple jobs instead of a single long-running job. What we'd like to achieve:
In the backfill docs it references that you can specify a backfill strategy, and dagster provides out of the box:
The However setting the Tested on dagster versions 1.5.4 and 1.5.9. Not sure if
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @jPinhao-Rover - I believe you're hitting a current known limitation, which is that backfill policies don't apply to backfills launched from the job page. They should work if you launch the backfills from the asset graph or the asset details page. Here are two relevant issues: |
Beta Was this translation helpful? Give feedback.
-
Thanks @sryza ! Very confusing, particularly as triggering an individual asset from the job UI seems to trigger a job run that executes that asset, rather than asset run, so the backfill policy is not respected. Asked in one of the linked posts as well, but in case you happen to know: Is there a way to prevent a job from triggering if it is a backfill? |
Beta Was this translation helpful? Give feedback.
Hi @jPinhao-Rover - I believe you're hitting a current known limitation, which is that backfill policies don't apply to backfills launched from the job page. They should work if you launch the backfills from the asset graph or the asset details page.
Here are two relevant issues: