ephraimbuddy commented on a change in pull request #20962:
URL: https://github.com/apache/airflow/pull/20962#discussion_r793284298
##########
File path: airflow/cli/cli_parser.py
##########
@@ -224,6 +224,10 @@ def _check(value):
default=ColorMode.AUTO,
)
+# DB args
+ARG_REVISION = Arg(("-r", "--revision"), default='heads', help="Revision
target or range for --sql mode")
Review comment:
The `start:end` is correct. I made it so that if range is given in
revision then automatically it's --sql mode. This is because range cannot be
used in online mode
--
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]