dstandish commented on code in PR #51256:
URL: https://github.com/apache/airflow/pull/51256#discussion_r2310327207
##########
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:
@codenamelxl it definitely seems wrong to have a default of "user" for
username
why does that make sense?
--
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]