Skip to content

Commit

Permalink
feat(ingest): clickhouse - add metadata modification time and data si…
Browse files Browse the repository at this point in the history
…ze (#5330)

Co-authored-by: Ravindra Lanka <[email protected]>
  • Loading branch information
liyuhui666 and rslanka authored Aug 8, 2022
1 parent 7375439 commit d33eecb
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ def get_sql_alchemy_url(self, database=None):


PROPERTIES_COLUMNS = (
"engine, partition_key, sorting_key, primary_key, sampling_key, storage_policy"
"engine, partition_key, sorting_key, primary_key, sampling_key, storage_policy, "
+ "metadata_modification_time, total_rows, total_bytes, data_paths, metadata_path"
)


Expand Down
Loading

0 comments on commit d33eecb

Please sign in to comment.