File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
dados_mestres_dump_datario Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66# Automatically managed, please do not touch
77###############################################################################
88from 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 *
1011from pipelines .rj_escritorio .data_catalog .flows import *
1112from pipelines .rj_escritorio .dummy_predict .flows import *
1213from pipelines .rj_escritorio .notify_flooding .flows import *
Original file line number Diff line number Diff line change 1111from pipelines .constants import constants
1212from 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
1818dump_dados_mestres_flow = deepcopy (dump_datario_flow )
1919dump_dados_mestres_flow .name = "EMD: dados_mestres - Ingerir tabelas do data.rio"
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
You can’t perform that action at this time.
0 commit comments