codenamelxl commented on code in PR #51256:
URL: https://github.com/apache/airflow/pull/51256#discussion_r2310688280
##########
providers/git/src/airflow/providers/git/hooks/git.py:
##########
@@ -68,6 +68,7 @@ def __init__(
super().__init__()
connection = self.get_connection(git_conn_id)
self.repo_url = repo_url or connection.host
+ self.user_name = connection.login or "user"
Review Comment:
This is for the later logic which always enforces a "user_name".
--
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]