jedcunningham commented on code in PR #46983:
URL: https://github.com/apache/airflow/pull/46983#discussion_r1966646191
##########
airflow/dag_processing/bundles/git.py:
##########
@@ -256,7 +257,15 @@ def refresh(self) -> None:
with self.lock():
with self.hook.configure_hook_env():
self._fetch_bare_repo()
- self.repo.remotes.origin.pull()
+ self.repo.remotes.origin.fetch(
Review Comment:
PR welcome if you want to add some comments. Not sure here in refresh is the
right place to explain though.
Retries, it might make sense to add them in strategically. But that is more
appropriate in a follow up.
--
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]