dstandish commented on code in PR #44585:
URL: https://github.com/apache/airflow/pull/44585#discussion_r1868366288
##########
airflow/dag_processing/bundles/git.py:
##########
@@ -38,15 +38,15 @@ class GitDagBundle(BaseDagBundle):
and then do a clone for each version from there.
:param repo_url: URL of the git repository
- :param head: Branch or tag for this DAG bundle
+ :param branch: Branch or tag for this DAG bundle
Review Comment:
i did tracking ref
##########
airflow/dag_processing/bundles/git.py:
##########
@@ -38,15 +38,15 @@ class GitDagBundle(BaseDagBundle):
and then do a clone for each version from there.
:param repo_url: URL of the git repository
- :param head: Branch or tag for this DAG bundle
+ :param branch: Branch or tag for this DAG bundle
Review Comment:
i did `tracking_ref`
--
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]