Skip to content

Commit

Permalink
add index
Browse files Browse the repository at this point in the history
  • Loading branch information
NoyaArie committed Aug 28, 2024
1 parent dbdbdea commit 8fa8a09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
materialized='incremental',
unique_key='id',
on_schema_change='append_new_columns',
indexes=[{'columns': ['full_table_name', "column_name", "metric_name"]}] if target.type == "postgres" else [],
full_refresh=elementary.get_config_var('elementary_full_refresh'),
meta={
"timestamp_column": "created_at",
Expand Down

0 comments on commit 8fa8a09

Please sign in to comment.