kaxil commented on code in PR #67217:
URL: https://github.com/apache/airflow/pull/67217#discussion_r3291445716
##########
airflow-core/src/airflow/dag_processing/bundles/base.py:
##########
@@ -304,10 +304,12 @@ def __init__(
name: str,
refresh_interval: int = conf.getint("dag_processor",
"refresh_interval"),
version: str | None = None,
+ version_data: dict[str, Any] | None = None,
Review Comment:
Worth updating docstring to add this param on L295
--
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]