GitHub user potiuk added a comment to the discussion: Add the ability to backfill a DAG based on past Asset Events
This seems a very specific need and I think you should just use a Python script - and use Python Client to trigger such assets in the way you want via the API. The thing about backfills is that their whole "management" is based on data intervals - and it's easy to specify "between this and that interval" for example. I do not see an easy UX where you would like to "declaratively" define what assets to regenerate - it's **way** easier and **way** more flexible to write a simple Python script to generate the set of API calls that you want to "backfill". GitHub link: https://github.com/apache/airflow/discussions/59886#discussioncomment-15368918 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
