jx2lee commented on code in PR #46181:
URL: https://github.com/apache/airflow/pull/46181#discussion_r1937441076


##########
airflow/dag_processing/bundles/git.py:
##########
@@ -84,6 +94,13 @@ def _process_git_auth_url(self):
         elif not self.repo_url.startswith("git@") or not 
self.repo_url.startswith("https://";):
             self.repo_url = os.path.expanduser(self.repo_url)
 
+    def _setup_inline_key(self):
+        with tempfile.NamedTemporaryFile(mode="w", delete=False) as 
tmp_keyfile:

Review Comment:
   I've completed the refactoring based on your comments.



-- 
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]

Reply via email to