Skip to content

Commit

Permalink
pre-fix: isolating "main" branch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Nov 5, 2024
1 parent bf4601d commit 0169d19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/core/dimensions/dim_profissional_saude.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with
estabelecimentos as (select distinct id_cnes from {{ ref("dim_estabelecimento") }}),

funcionarios_status as (select cpf, status_ativo from {{ ref("raw_ergon_funcionarios_ativos")}}),
funcionarios_status as (select distinct cpf, status_ativo from {{ ref("raw_ergon_funcionarios_ativos")}}),

alocacao as (
select
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
materialized="incremental",
unique_key="gid",
tags=["every_30_min"],
enabled=false,
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
materialized="incremental",
unique_key="gid",
tags=["every_30_min"],
enabled=false,
)
}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
materialized="incremental",
unique_key="gid",
tags=["every_30_min"],
enabled=false,
)
}}

Expand Down

0 comments on commit 0169d19

Please sign in to comment.