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

Head commit for run:
960bbf9e646494bf793c00ff4ca26397a05ff4a4 / Tzu-ping Chung <[email protected]>
Refactor DAG.create_dagrun() arguments

This aims to make the interface more straightforward, removing auto
inference logic from the function. Most importantly, it is now entirely
the caller site's responsibility to provide valid run_id and run_type
values, instead of the function automatically inferring one from the
other under certain conditions.

The main goal is to make changes simpler when we make logical date an
optional (nullable) value. run_id generation is currently very heavily
based on the logical date, and will need to be changed a bit when
logical date is None. Removing logic should help us change the run_id
generation logic easier.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to