Skip to content

Commit

Permalink
Fixes #15366: add profiler_data_time_series to TABLES_DUMP_ALL (#15369)
Browse files Browse the repository at this point in the history
* add profiler_data_time_series to TABLES_DUMP_ALL
  • Loading branch information
sushi30 authored Feb 27, 2024
1 parent 8c46a4e commit f6e1f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingestion/src/metadata/cli/db_dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"field_relationship",
"tag_usage",
"openmetadata_settings",
"profiler_data_time_series",
}

CUSTOM_TABLES = {"entity_extension_time_series": {"exclude_columns": ["timestamp"]}}
Expand Down

0 comments on commit f6e1f0d

Please sign in to comment.