Skip to content

Commit

Permalink
fix: equipamento model
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jul 23, 2024
1 parent 03497c6 commit b3e5884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/ocr_radar/dump_db_radar/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for cetrio project
Database dumping flows for cetrio project'
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/templates/run_dbt_model/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
MATERIALIZA MODELOS DO DBT
MATERIALIZA MODELOS DO DBT..
"""

from copy import deepcopy
Expand Down
1 change: 1 addition & 0 deletions queries/models/ocr_radar/equipamento.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

SELECT
CAST(codcet AS STRING) as codcet,
CAST(locequip AS STRING) as locequip,
Expand Down

0 comments on commit b3e5884

Please sign in to comment.