dstandish commented on a change in pull request #20838:
URL: https://github.com/apache/airflow/pull/20838#discussion_r783602610



##########
File path: airflow/cli/cli_parser.py
##########
@@ -378,6 +383,27 @@ def _check(value):
 ARG_CONF = Arg(('-c', '--conf'), help="JSON string that gets pickled into the 
DagRun's conf attribute")
 ARG_EXEC_DATE = Arg(("-e", "--exec-date"), help="The execution date of the 
DAG", type=parsedate)
 
+# maintenance
+ARG_MAINTENANCE_TABLES = Arg(
+    ("-t", "--tables"),
+    help="Table names to perform maintenance on (use comma-separated list)",

Review comment:
       good idea




-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to