Skip to content

Commit 79cf126

Browse files
committed
chore: remove dados_mestres from rj-escritorio
1 parent 758e0da commit 79cf126

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pipelines/rj_escritorio/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# Automatically managed, please do not touch
77
###############################################################################
88
from pipelines.rj_escritorio.bot_sistemas.flows import *
9-
from pipelines.rj_escritorio.dados_mestres_dump_datario.flows import *
9+
10+
# from pipelines.rj_escritorio.dados_mestres_dump_datario.flows import *
1011
from pipelines.rj_escritorio.data_catalog.flows import *
1112
from pipelines.rj_escritorio.dummy_predict.flows import *
1213
from pipelines.rj_escritorio.notify_flooding.flows import *

pipelines/rj_escritorio/dados_mestres_dump_datario/flows.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
from pipelines.constants import constants
1212
from pipelines.utils.dump_datario.flows import dump_datario_flow
1313

14-
from pipelines.rj_escritorio.dados_mestres_dump_datario.schedules import (
15-
dados_mestresmonthly_update_schedule,
16-
)
14+
# from pipelines.rj_escritorio.dados_mestres_dump_datario.schedules import (
15+
# dados_mestresmonthly_update_schedule,
16+
# )
1717

1818
dump_dados_mestres_flow = deepcopy(dump_datario_flow)
1919
dump_dados_mestres_flow.name = "EMD: dados_mestres - Ingerir tabelas do data.rio"
@@ -22,4 +22,4 @@
2222
image=constants.DOCKER_IMAGE.value,
2323
labels=[constants.RJ_ESCRITORIO_DEV_AGENT_LABEL.value],
2424
)
25-
dump_dados_mestres_flow.schedule = dados_mestresmonthly_update_schedule
25+
# dump_dados_mestres_flow.schedule = dados_mestresmonthly_update_schedule

0 commit comments

Comments
 (0)