Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 15, 2024
1 parent 69a8eb5 commit 1aa51a5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions pipelines/alvaras/dump_db/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"dump_to_gcs": False,
"dump_mode": "overwrite",
"execute_query": """
SELECT
ID_Alvara,
Quantidade,
ID_AtvProcesso,
ID_CAE, ID_CNAE,
ID_DiaDeferimento,
ID_DiaSolicitacao,
ID_DiaTaxaPagamen,
ID_Direcionamento,
ID_TipoContribuint,
SELECT
ID_Alvara,
Quantidade,
ID_AtvProcesso,
ID_CAE, ID_CNAE,
ID_DiaDeferimento,
ID_DiaSolicitacao,
ID_DiaTaxaPagamen,
ID_Direcionamento,
ID_TipoContribuint,
ID_TipoSolicitacao
FROM DW_BI_ALVARAS.dbo.FACT_FatoAlvaras;
""",
Expand All @@ -48,15 +48,15 @@
"dump_to_gcs": False,
"dump_mode": "overwrite",
"execute_query": """
SELECT
ID_AtvProcesso,
Quantidade_cp,
ID_CAE,
ID_CNAE,
ID_Consulta,
ID_DiaInicial,
ID_Direcionamento,
ID_TipoContribuint,
SELECT
ID_AtvProcesso,
Quantidade_cp,
ID_CAE,
ID_CNAE,
ID_Consulta,
ID_DiaInicial,
ID_Direcionamento,
ID_TipoContribuint,
ID_TipoSolicitacao
FROM DW_BI_ALVARAS.dbo.FACT_FatoCP;
""",
Expand All @@ -69,12 +69,12 @@
"dump_to_gcs": False,
"dump_mode": "overwrite",
"execute_query": """
SELECT
SELECT
DataCarga
FROM DW_BI_ALVARAS.dbo.FACT_FatoDataCarga;
""",
},
"tab_alvara": {
"tab_alvara": {
"biglake_table": True,
"materialize_after_dump": True,
"materialization_mode": "prod",
Expand Down

0 comments on commit 1aa51a5

Please sign in to comment.