You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/15 10:58:46 UTC

[GitHub] [airflow] ashb commented on a change in pull request #20962: Support generating SQL script for upgrades

ashb commented on a change in pull request #20962:
URL: https://github.com/apache/airflow/pull/20962#discussion_r806707192



##########
File path: airflow/cli/cli_parser.py
##########
@@ -224,6 +224,16 @@ def _check(value):
     default=ColorMode.AUTO,
 )
 
+# DB args
+ARG_VERSION_RANGE = Arg(
+    ("-v", "--version-range"), help="Version range(start:end) for offline sql generation", default=None

Review comment:
       ```suggestion
       ("-r", "--version-range"), help="Version range(start:end) for offline sql generation", default=None
   ```
   
   `-v` is usually verbose or version, so lets avoid that confusion.




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org