Skip to content

Commit

Permalink
Fix config subsidio_faixa_servico_dia
Browse files Browse the repository at this point in the history
  • Loading branch information
akaBotelho committed Jul 19, 2024
1 parent f5c7d89 commit 80bb6e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion queries/models/financeiro/subsidio_faixa_servico_dia.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
config(
materialized="incremental",
partition_by={"field": "data", "data_type": "date", "granularity": "day"},
-- unique_key=["data", "servico", "faixa_horaria_inicio", "faixa_horaria_fim"],
incremental_strategy="insert_overwrite",
)
}}
Expand Down

0 comments on commit 80bb6e2

Please sign in to comment.