system.s3queue_metadata_cache
Description
Contains in-memory state of S3Queue metadata and currently processed rows per file.
Columns
zookeeper_path(String) — Path in zookeeper to metadatafile_path(String) — File path of a file which is being processedfile_name(String) — File name of a file which is being processedrows_processed(UInt64) — Currently processed number of rowsstatus(String) — Status of processing: Processed, Processing, Failedprocessing_start_time(Nullable(DateTime)) — Time at which processing of the file startedprocessing_end_time(Nullable(DateTime)) — Time at which processing of the file endedexception(String) — Exception which happened during processing