utkarsharma2 commented on a change in pull request #9907:
URL: https://github.com/apache/airflow/pull/9907#discussion_r462985259
##########
File path: airflow/cli/cli_parser.py
##########
@@ -626,6 +626,11 @@ def positive_int(value):
),
action="store_true",
default=False)
+ARG_CONN_FILE_PATH = Arg(
+ ('--file-path',),
Review comment:
@mik-laj, I have made the changes. can you review once?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]