Skip to content

Commit

Permalink
add index (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoyaArie authored Aug 29, 2024
1 parent dbdbdea commit 9519543
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 9519543

Please sign in to comment.