aktualizacja dokumentacji w związku z TRASH i nowymi statusami plików.
This commit is contained in:
@@ -164,7 +164,9 @@ ORDER BY RECEPTION_DATE DESC;
|
||||
| `VALIDATED` | File validation completed successfully | After successful validation |
|
||||
| `READY_FOR_INGESTION` | File validated and prepared for Airflow+DBT processing | After successful validation and preparation |
|
||||
| `INGESTED` | Data has been consumed/ingested by target system | After data consumption |
|
||||
| `ARCHIVED` | Data exported to PARQUET format and file moved to archival storage | Final archival state using FILE_ARCHIVER |
|
||||
| `ARCHIVED` | (Legacy) Data exported to PARQUET format and file moved to archival storage | Legacy archival state (backward compatibility) |
|
||||
| `ARCHIVED_AND_TRASHED` | Data archived to Parquet, CSV files kept in TRASH folder (default) | Archival with file retention using FILE_ARCHIVER |
|
||||
| `ARCHIVED_AND_PURGED` | Data archived to Parquet, CSV files deleted from TRASH folder | Archival with TRASH cleanup (pKeepInTrash=FALSE) |
|
||||
| `VALIDATION_FAILED` | File validation failed | After failed validation |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user