Saratqpy commented on issue #43518: URL: https://github.com/apache/airflow/issues/43518#issuecomment-3148619559
Really interesting proposal — I’ve been working on a somewhat related scheduling case and wanted to see if this has come up elsewhere. In my situation, the requirement is kind of the opposite: I need the DAG to trigger only when both a specific dataset has been updated AND a scheduled cron tick has occurred. Basically an AND condition instead of OR. The reason is to avoid premature runs — for example, if the dataset is delayed or missing, we want to wait until the next cron window *and* make sure the data is ready. I’m curious whether this kind of logic (cron AND dataset) is something that’s been discussed or considered for future versions? Thanks! -- 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]
