ephraimbuddy commented on code in PR #29058:
URL: https://github.com/apache/airflow/pull/29058#discussion_r1089948584
##########
airflow/utils/db_cleanup.py:
##########
@@ -370,3 +382,19 @@ def run_cleanup(
session=session,
)
session.commit()
+
+
+@provide_session
+def export_archived_records(export_format, output_path, session: Session =
NEW_SESSION):
Review Comment:
That was the first thing we did but it looks like a separate command is
better...pushing all the contents of the archived table to filesystem. See
https://github.com/apache/airflow/pull/29058#discussion_r1087901858
--
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]