pierrejeambrun opened a new pull request, #46325: URL: https://github.com/apache/airflow/pull/46325
Followup of https://github.com/apache/airflow/pull/46279 `dag_version` is a weird name because it's the name of the ORM object / table. It is hard to know from a client side if this is the `dag_version_id` (pk) or the `version_number` that we expect. Updated it to `version_number` to avoid confusion as this is also what we are doing on the public api side. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org