dabla commented on code in PR #37821:
URL: https://github.com/apache/airflow/pull/37821#discussion_r1512741579


##########
airflow/cli/commands/connection_command.py:
##########
@@ -314,7 +314,7 @@ def connections_delete(args):
 def connections_import(args):
     """Import connections from a file."""
     if os.path.exists(args.file):
-        _import_helper(args.file, args.overwrite)
+        _import_helper(args.file, args.replace)

Review Comment:
   That's due to the refactoring I did, seems like Pycharm went a bit to far, 
didn't even catch that one, thanks for pointing it out



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