eladkal commented on code in PR #37821:
URL: https://github.com/apache/airflow/pull/37821#discussion_r1512570057
##########
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:
how is this change related to the PR?
--
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]