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


##########
airflow/utils/db_cleanup.py:
##########
@@ -123,6 +126,15 @@ def _check_for_rows(*, query: Query, print_rows=False):
     return num_entities
 
 
+def _dump_db(*, target_table, file_path, export_format, session):

Review Comment:
   Added a test in argparse since the choices=('csv',) would prevent the 
incorrect format from making its way to this function



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

Reply via email to