Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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