ephraimbuddy commented on code in PR #29058:
URL: https://github.com/apache/airflow/pull/29058#discussion_r1085074195


##########
airflow/cli/cli_parser.py:
##########
@@ -468,7 +468,18 @@ def string_lower_type(val):
     help="Don't preserve purged records in an archive table.",
     action="store_true",
 )
-
+ARG_DB_EXPORT_TO_CSV = Arg(

Review Comment:
   Maybe we shouldn't combine it but have e.g `--export-to` or `--archive-to` 
that defaults to `database` with other possible options like `csv`, `json` etc? 
`csv` at the moment of course.
   
   
   



-- 
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