Fixes #15366: add profiler_data_time_series to TABLES_DUMP_ALL (#15369)

* add profiler_data_time_series to TABLES_DUMP_ALL
This commit is contained in:
Imri Paran 2024-02-27 15:52:53 +01:00 committed by GitHub
parent 8c46a4e5cd
commit f6e1f0d9c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@ TABLES_DUMP_ALL = {
"field_relationship",
"tag_usage",
"openmetadata_settings",
"profiler_data_time_series",
}
CUSTOM_TABLES = {"entity_extension_time_series": {"exclude_columns": ["timestamp"]}}