メインコンテンツへスキップ

説明

AzureQueue メタデータのインメモリ状態と、ファイルごとに現在処理中の行が含まれます。

カラム

  • zookeeper_path (String) — zookeeper 内のメタデータへのパス
  • file_path (String) — 処理対象のファイルのパス
  • file_name (String) — 処理対象のファイル名
  • rows_processed (UInt64) — 現在処理中の行数
  • status (String) — 処理のステータス: Processed, Processing, Failed
  • processing_start_time (Nullable(DateTime)) — ファイルの処理が開始された時刻
  • processing_end_time (Nullable(DateTime)) — ファイルの処理が終了した時刻
  • exception (String) — 処理中に発生した例外
最終更新日 2026年6月10日