jroachgolf84 opened a new issue, #52665: URL: https://github.com/apache/airflow/issues/52665
### Description When running a backfill, provide the option (in the form of something like a checkbox) to "Disable Asset Event Generation" for the DAG being backfilled. ### Use case/motivation For teams using Asset-driven scheduling to create "dependencies" between DAGs, there may arise a scenario where `DAG A` outlets to an `Asset 1`, which generates an Asset Event that schedules `DAG B`. However, if a user would like to backfill `DAG A` for X runs, this would result in X Asset Events being generated that would schedule `DAG B` X number of times. This behavior may not be desired, and is something that's already been raised by a number of Airflow users. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
