From 2fe3392dd0b87809d49df7f8b7dcd38990d84c6b Mon Sep 17 00:00:00 2001 From: gabriel-milan Date: Wed, 7 Feb 2024 12:16:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20prefeitu?= =?UTF-8?q?ra-rio/pipelines@c968c9a1829aa1ddaf8d28ea610f03825d9e8130=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants.html | 16 ++++++++-------- rj_cor/bot_semaforo/flows.html | 4 ---- rj_escritorio/birthday_notification/flows.html | 3 --- rj_escritorio/bot_sistemas/flows.html | 3 --- rj_escritorio/cleanup/flows.html | 6 ------ rj_escritorio/data_catalog/flows.html | 1 - rj_escritorio/dummy_predict/flows.html | 3 --- rj_escritorio/flooding_detection/flows.html | 1 - rj_escritorio/inea/flows.html | 6 ------ rj_escritorio/notify_flooding/flows.html | 3 --- rj_escritorio/rain_dashboard/flows.html | 3 --- rj_escritorio/template_pipeline/flows.html | 3 --- utils/backfill_flow/flows.html | 3 --- utils/dump_db/flows.html | 2 -- utils/dump_earth_engine_asset/flows.html | 1 - utils/dump_to_gcs/flows.html | 1 - utils/dump_url/flows.html | 1 - utils/execute_dbt_model/flows.html | 1 - utils/georeference/flows.html | 1 - utils/policy_matrix/flows.html | 1 - utils/predict_flow/flows.html | 3 --- utils/whatsapp_bot/flows.html | 3 --- 22 files changed, 8 insertions(+), 61 deletions(-) diff --git a/constants.html b/constants.html index e6005bed5..09be9debd 100644 --- a/constants.html +++ b/constants.html @@ -121,10 +121,10 @@

Module pipelines.constants

"user_id": "962067746651275304", "type": "role", }, - "gabriel": { - "user_id": "218800040137719809", - "type": "user_nickname", - }, + # "gabriel": { + # "user_id": "218800040137719809", + # "type": "user_nickname", + # }, "diego": { "user_id": "272581753829326849", "type": "user_nickname", @@ -294,10 +294,10 @@

Classes

"user_id": "962067746651275304", "type": "role", }, - "gabriel": { - "user_id": "218800040137719809", - "type": "user_nickname", - }, + # "gabriel": { + # "user_id": "218800040137719809", + # "type": "user_nickname", + # }, "diego": { "user_id": "272581753829326849", "type": "user_nickname", diff --git a/rj_cor/bot_semaforo/flows.html b/rj_cor/bot_semaforo/flows.html index c724c97b1..36d03e901 100644 --- a/rj_cor/bot_semaforo/flows.html +++ b/rj_cor/bot_semaforo/flows.html @@ -48,10 +48,6 @@

Module pipelines.rj_cor.bot_semaforo.flows

with Flow( name="COR: CET semáforos - Telegram Bot", - code_owners=[ - "anderson", - "gabriel", - ], ) as cet_telegram_flow: secret_path = Parameter("secret_path") diff --git a/rj_escritorio/birthday_notification/flows.html b/rj_escritorio/birthday_notification/flows.html index 34e578709..a9c5dcd31 100644 --- a/rj_escritorio/birthday_notification/flows.html +++ b/rj_escritorio/birthday_notification/flows.html @@ -47,9 +47,6 @@

Module pipelines.rj_escritorio.birthday_notification.flo with Flow( "EMD: Aniversariante do dia", - code_owners=[ - "gabriel", - ], ) as rj_escritorio_birthdays_birthday_flow: secret_path = Parameter("secret_path") diff --git a/rj_escritorio/bot_sistemas/flows.html b/rj_escritorio/bot_sistemas/flows.html index 83a22f64a..b599ee84f 100644 --- a/rj_escritorio/bot_sistemas/flows.html +++ b/rj_escritorio/bot_sistemas/flows.html @@ -52,9 +52,6 @@

Module pipelines.rj_escritorio.bot_sistemas.flows with Flow( name="EMD: Sistemas prioritários - Telegram Bot", - code_owners=[ - "gabriel", - ], ) as systems_telegram_bot_flow: # Parameters sheet_id = Parameter("sheet_id") diff --git a/rj_escritorio/cleanup/flows.html b/rj_escritorio/cleanup/flows.html index 84707f167..d4267a606 100644 --- a/rj_escritorio/cleanup/flows.html +++ b/rj_escritorio/cleanup/flows.html @@ -52,9 +52,6 @@

Module pipelines.rj_escritorio.cleanup.flows

with Flow( "EMD: Limpeza de histórico de runs", - code_owners=[ - "gabriel", - ], ) as database_cleanup_flow: # Parameters days_old = Parameter("days_old", default=60, required=False) @@ -80,9 +77,6 @@

Module pipelines.rj_escritorio.cleanup.flows

with Flow( "EMD: Limpeza de runs em execução", - code_owners=[ - "gabriel", - ], ) as rj_escritorio__cleanup__running_flows_cleanup: # Parameters older_than_days = Parameter("older_than_days", default=14, required=False) diff --git a/rj_escritorio/data_catalog/flows.html b/rj_escritorio/data_catalog/flows.html index 17e280c78..9fdbafb5f 100644 --- a/rj_escritorio/data_catalog/flows.html +++ b/rj_escritorio/data_catalog/flows.html @@ -53,7 +53,6 @@

Module pipelines.rj_escritorio.data_catalog.flows with Flow( name="EMD: utils - Gerar catálogo de dados", code_owners=[ - "gabriel", "diego", ], ) as rj_escritorio_data_catalog_flow: diff --git a/rj_escritorio/dummy_predict/flows.html b/rj_escritorio/dummy_predict/flows.html index 63d35c950..0c8a62539 100644 --- a/rj_escritorio/dummy_predict/flows.html +++ b/rj_escritorio/dummy_predict/flows.html @@ -52,9 +52,6 @@

Module pipelines.rj_escritorio.dummy_predict.flowsModule pipelines.rj_escritorio.flooding_detection.flows< with Flow( name="EMD: flooding_detection - Atualizar detecção de alagamento (IA) na API", code_owners=[ - "gabriel", "diego", ], skip_if_running=True, diff --git a/rj_escritorio/inea/flows.html b/rj_escritorio/inea/flows.html index 6ad6b1841..62a6ec7ff 100644 --- a/rj_escritorio/inea/flows.html +++ b/rj_escritorio/inea/flows.html @@ -153,9 +153,6 @@

Module pipelines.rj_escritorio.inea.flows

with Flow( "INEA: Executar comando no terminal", - code_owners=[ - "gabriel", - ], ) as inea_execute_shell_command_flow: command = Parameter("command") execute_shell_command(command=command) @@ -167,9 +164,6 @@

Module pipelines.rj_escritorio.inea.flows

with Flow( "INEA: Fazer upload de arquivo para o GCS", - code_owners=[ - "gabriel", - ], ) as inea_upload_file_to_gcs_flow: filename = Parameter("filename") bucket_name = Parameter("bucket_name") diff --git a/rj_escritorio/notify_flooding/flows.html b/rj_escritorio/notify_flooding/flows.html index 67859558a..6f57adc36 100644 --- a/rj_escritorio/notify_flooding/flows.html +++ b/rj_escritorio/notify_flooding/flows.html @@ -51,9 +51,6 @@

Module pipelines.rj_escritorio.notify_flooding.flowsModule pipelines.rj_escritorio.rain_dashboard.flowsModule pipelines.rj_escritorio.template_pipeline.flowsModule pipelines.utils.backfill_flow.flows

with Flow( name=utils_constants.FLOW_BACKFILL_NAME.value, - code_owners=[ - "gabriel", - ], ) as backfill_flow_definition: # Parameters agent_label = Parameter("agent_label") diff --git a/utils/dump_db/flows.html b/utils/dump_db/flows.html index e42b29fe6..adf13219f 100644 --- a/utils/dump_db/flows.html +++ b/utils/dump_db/flows.html @@ -65,7 +65,6 @@

Module pipelines.utils.dump_db.flows

name=utils_constants.FLOW_DUMP_DB_NAME.value, code_owners=[ "diego", - "gabriel", ], ) as dump_sql_flow: ##################################### @@ -272,7 +271,6 @@

Module pipelines.utils.dump_db.flows

name="EMD: template - Executar query SQL", code_owners=[ "diego", - "gabriel", ], ) as run_sql_flow: ##################################### diff --git a/utils/dump_earth_engine_asset/flows.html b/utils/dump_earth_engine_asset/flows.html index 7e91d81fe..0969cf0be 100644 --- a/utils/dump_earth_engine_asset/flows.html +++ b/utils/dump_earth_engine_asset/flows.html @@ -52,7 +52,6 @@

Module pipelines.utils.dump_earth_engine_asset.flowsModule pipelines.utils.dump_to_gcs.flows

name=utils_constants.FLOW_DUMP_TO_GCS_NAME.value, code_owners=[ "diego", - "gabriel", ], ) as dump_to_gcs_flow: project_id = Parameter("project_id", required=False) diff --git a/utils/dump_url/flows.html b/utils/dump_url/flows.html index 3ab415a7b..68ee520f7 100644 --- a/utils/dump_url/flows.html +++ b/utils/dump_url/flows.html @@ -60,7 +60,6 @@

Module pipelines.utils.dump_url.flows

name=utils_constants.FLOW_DUMP_URL_NAME.value, code_owners=[ "diego", - "gabriel", ], ) as dump_url_flow: ##################################### diff --git a/utils/execute_dbt_model/flows.html b/utils/execute_dbt_model/flows.html index 6a1dac4b8..371560060 100644 --- a/utils/execute_dbt_model/flows.html +++ b/utils/execute_dbt_model/flows.html @@ -58,7 +58,6 @@

Module pipelines.utils.execute_dbt_model.flowsModule pipelines.utils.georeference.flows

with Flow( "EMD: template - Geolocalizar tabela", code_owners=[ - "gabriel", "paty", ], ) as utils_georeference_flow: diff --git a/utils/policy_matrix/flows.html b/utils/policy_matrix/flows.html index 527baf7eb..275921e19 100644 --- a/utils/policy_matrix/flows.html +++ b/utils/policy_matrix/flows.html @@ -60,7 +60,6 @@

Module pipelines.utils.policy_matrix.flows

with Flow( "EMD: utils - Gerar matriz de políticas de acesso", code_owners=[ - "gabriel", "diego", ], ) as utils_policy_matrix_flow: diff --git a/utils/predict_flow/flows.html b/utils/predict_flow/flows.html index cd03c928b..43465efd0 100644 --- a/utils/predict_flow/flows.html +++ b/utils/predict_flow/flows.html @@ -48,9 +48,6 @@

Module pipelines.utils.predict_flow.flows

with Flow( name=utils_constants.FLOW_PREDICT_NAME.value, - code_owners=[ - "gabriel", - ], ) as predict_with_mlflow_model_flow: # MLflow parameters tracking_server_uri = Parameter("tracking_server_uri", default=None, required=False) diff --git a/utils/whatsapp_bot/flows.html b/utils/whatsapp_bot/flows.html index 0ca16f1a5..b18835acc 100644 --- a/utils/whatsapp_bot/flows.html +++ b/utils/whatsapp_bot/flows.html @@ -52,9 +52,6 @@

Module pipelines.utils.whatsapp_bot.flows

with Flow( name=utils_constants.FLOW_SEND_WHATSAPP_MESSAGE_NAME.value, - code_owners=[ - "gabriel", - ], ) as whatsapp_bot_send_message_flow: ##################################### #