GitHub user laughingWombat added a comment to the discussion: Support "cron AND dataset" condition for DAG scheduling
I've got the same use case. What we did was, have dag produce a Asset with a Cron interval and add this to the schedule of the needed Dag. Cron Dag --> produces daily_event at 0:01 ETL Dag --> schedules if 'daily_event' AND 'asset1' AND 'asset2' are triggered. GitHub link: https://github.com/apache/airflow/discussions/54095#discussioncomment-14018704 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
