Skip to content

Commit

Permalink
fix: remove wrong table
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroSiqueira1 committed Oct 16, 2024
1 parent f871869 commit 25c0940
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pipelines/alvaras/dump_db/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,20 +152,6 @@
FROM DW_BI_ALVARAS.dbo.TAB_CNAE;
""",
},
"tab_cnae_tmp": {
"biglake_table": True,
"materialize_after_dump": True,
"materialization_mode": "prod",
"materialize_to_datario": False,
"dump_to_gcs": False,
"dump_mode": "overwrite",
"execute_query": """
SELECT
ID_CNAE,
DSC_CNAE
FROM DW_BI_ALVARAS.dbo.TAB_CNAE_TMP;
""",
},
"tab_consulta": {
"biglake_table": True,
"materialize_after_dump": True,
Expand Down

0 comments on commit 25c0940

Please sign in to comment.