export-archived
Contents
Usage
$ airflow db export-archived [-h] [--drop-archives] [--export-format {csv}]
--output-path DIRPATH [-t TABLES] [-y]
Arguments
| Parameter | Description |
|---|---|
--drop-archives |
Drop the archived tables after exporting |
--export-format |
The file format to export the archive data. Default: |
--output-path |
The path to the output directory to export the archive data. Must be an existing directory |
-t, --tables |
Table names to perform maintenance on (use comma-separated list). Options: |
-y, --yes |
Do not prompt for confirmation |