jedcunningham commented on code in PR #44585:
URL: https://github.com/apache/airflow/pull/44585#discussion_r1866746677
##########
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:
Let's do `ref` instead - that's a better name since it can be either a
branch or a tag (not a moving tag, but the bundle can be reconfigured to point
at a new tag!).
--
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]