Skip to content

Commit

Permalink
fix: add ; after query
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroSiqueira1 committed Oct 10, 2024
1 parent 5a02021 commit 236c9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/alvaras/dump_db/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
DSC_IsentoTaxa,
DSC_Numero float,
DSC_AlvaraLiberado
FROM DW_BI_ALVARAS.dbo.TAB_ALVARA
FROM DW_BI_ALVARAS.dbo.TAB_ALVARA;
""",
},
}
Expand Down

0 comments on commit 236c9de

Please sign in to comment.