uranusjr opened a new pull request #20742: URL: https://github.com/apache/airflow/pull/20742
Similar to what we did for `trigger_dag` in #19931, the `mark_tasks` module is used for much more than just the experiemental API, so it’s moved out of it into `common` (alongside `trigger_dag`). The original module is marked as deprecated. The rest of changes deal with various fixes to avoid deprecation warnings. Most significantly, `mark_tasks` is modified to not use bare execution dates, but AIP-39 data intervals. -- 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]
