From b3e5884829c72be0d426a14c2831523bc1f4fda5 Mon Sep 17 00:00:00 2001 From: d116626 Date: Tue, 23 Jul 2024 17:28:28 -0300 Subject: [PATCH] fix: equipamento model --- pipelines/ocr_radar/dump_db_radar/flows.py | 2 +- pipelines/templates/run_dbt_model/flows.py | 2 +- queries/models/ocr_radar/equipamento.sql | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pipelines/ocr_radar/dump_db_radar/flows.py b/pipelines/ocr_radar/dump_db_radar/flows.py index 28ab185..61ebdea 100644 --- a/pipelines/ocr_radar/dump_db_radar/flows.py +++ b/pipelines/ocr_radar/dump_db_radar/flows.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -Database dumping flows for cetrio project +Database dumping flows for cetrio project' """ from copy import deepcopy diff --git a/pipelines/templates/run_dbt_model/flows.py b/pipelines/templates/run_dbt_model/flows.py index ee73f17..22235eb 100644 --- a/pipelines/templates/run_dbt_model/flows.py +++ b/pipelines/templates/run_dbt_model/flows.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -MATERIALIZA MODELOS DO DBT +MATERIALIZA MODELOS DO DBT.. """ from copy import deepcopy diff --git a/queries/models/ocr_radar/equipamento.sql b/queries/models/ocr_radar/equipamento.sql index ee02527..f132c02 100644 --- a/queries/models/ocr_radar/equipamento.sql +++ b/queries/models/ocr_radar/equipamento.sql @@ -1,3 +1,4 @@ + SELECT CAST(codcet AS STRING) as codcet, CAST(locequip AS STRING) as locequip,