dstandish commented on code in PR #48956:
URL: https://github.com/apache/airflow/pull/48956#discussion_r2035902631
##########
airflow-core/src/airflow/dag_processing/manager.py:
##########
@@ -871,6 +871,7 @@ def _create_process(self, dag_file: DagFileInfo) ->
DagFileProcessorProcess:
id=id,
path=dag_file.absolute_path,
bundle_path=cast("Path", dag_file.bundle_path),
+ bundle_version=dag_file.bundle_version,
Review Comment:
what's the purpose of this? I thought that with dag file processing, we are
always tracking the latest version and we don't specify it here intentionally
-- and i'm not even sure where this argument goes to in the interface
--
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]