Skip to content

Commit

Permalink
fix dict sim
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Oct 28, 2024
1 parent 864e8dd commit c742577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/br_ms_sim/br_ms_sim__dicionario.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(alias="dicionario", schema="br_ms_sim") }}
-- Dicionário de dados do SIM

select
safe_cast(id_tabela as string) id_tabela,
safe_cast(coluna as string) nome_coluna,
Expand Down

0 comments on commit c742577

Please sign in to comment.