uranusjr opened a new pull request, #46369: URL: https://github.com/apache/airflow/pull/46369
Laying some ground work for AIP-83 amendments. This changes implementation in API so a None logical_date is correctly handled when referenced. A couple of overloads are added to `DAG.clear()` to clear one single DAG run selected by run_id. Previously, the API uses `start_date` and `end_date` to select a single DAG run (by logical_date), but this would not work if we want to select a run with logical_date set to None. -- 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]
