The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
604b58f231329594187c980793f7d635404c3072 / Tzu-ping Chung <[email protected]>
Use run_id to implement ti clear in API when given

Previously, the API converts dag_run_id from the request into a
start/end date pair to call the underlying Python function. This however
does not work correctly if the requested DAG run has logical_date=None,
resulting in both start/end dates to be set to None, and ALL DAG runs
selected.

Since the underlying Python function accepts a run_id directly, we can
simply pass in dag_run_id in the API implementation instead to get the
correct result.

Report URL: https://github.com/apache/airflow/actions/runs/13408161901

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to