From e1a6af766ef9f7f5d694870faedf936a36b0c4b0 Mon Sep 17 00:00:00 2001 From: d116626 Date: Wed, 5 Feb 2025 16:35:57 -0300 Subject: [PATCH] chore: remove 1746 pipeline --- pipelines/rj_escritorio/waze/flows.py | 3 --- pipelines/rj_segovi/__init__.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pipelines/rj_escritorio/waze/flows.py b/pipelines/rj_escritorio/waze/flows.py index 77d5cfd48..1b560f34f 100644 --- a/pipelines/rj_escritorio/waze/flows.py +++ b/pipelines/rj_escritorio/waze/flows.py @@ -22,9 +22,6 @@ with Flow( name="EMD: escritorio - Alertas Waze", - code_owners=[ - "diego", - ], ) as flow: dataset_id = "transporte_rodoviario_waze" table_id = "alertas" diff --git a/pipelines/rj_segovi/__init__.py b/pipelines/rj_segovi/__init__.py index 8fbc07937..afd5ac846 100644 --- a/pipelines/rj_segovi/__init__.py +++ b/pipelines/rj_segovi/__init__.py @@ -3,7 +3,7 @@ Prefect flows for segovi project """ -from pipelines.rj_segovi.dump_db_1746.flows import * +# from pipelines.rj_segovi.dump_db_1746.flows import * # from pipelines.rj_segovi.dump_url_adm_processorio_sicop.flows import * # from pipelines.rj_segovi.dump_ftp_adm_processorio_sicop.flows import *