Skip to content

Commit

Permalink
Deploying to gh-pages from @ c968c9a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Feb 7, 2024
1 parent b3676e8 commit 2fe3392
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 61 deletions.
16 changes: 8 additions & 8 deletions constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ <h1 class="title">Module <code>pipelines.constants</code></h1>
&#34;user_id&#34;: &#34;962067746651275304&#34;,
&#34;type&#34;: &#34;role&#34;,
},
&#34;gabriel&#34;: {
&#34;user_id&#34;: &#34;218800040137719809&#34;,
&#34;type&#34;: &#34;user_nickname&#34;,
},
# &#34;gabriel&#34;: {
# &#34;user_id&#34;: &#34;218800040137719809&#34;,
# &#34;type&#34;: &#34;user_nickname&#34;,
# },
&#34;diego&#34;: {
&#34;user_id&#34;: &#34;272581753829326849&#34;,
&#34;type&#34;: &#34;user_nickname&#34;,
Expand Down Expand Up @@ -294,10 +294,10 @@ <h2 class="section-title" id="header-classes">Classes</h2>
&#34;user_id&#34;: &#34;962067746651275304&#34;,
&#34;type&#34;: &#34;role&#34;,
},
&#34;gabriel&#34;: {
&#34;user_id&#34;: &#34;218800040137719809&#34;,
&#34;type&#34;: &#34;user_nickname&#34;,
},
# &#34;gabriel&#34;: {
# &#34;user_id&#34;: &#34;218800040137719809&#34;,
# &#34;type&#34;: &#34;user_nickname&#34;,
# },
&#34;diego&#34;: {
&#34;user_id&#34;: &#34;272581753829326849&#34;,
&#34;type&#34;: &#34;user_nickname&#34;,
Expand Down
4 changes: 0 additions & 4 deletions rj_cor/bot_semaforo/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ <h1 class="title">Module <code>pipelines.rj_cor.bot_semaforo.flows</code></h1>

with Flow(
name=&#34;COR: CET semáforos - Telegram Bot&#34;,
code_owners=[
&#34;anderson&#34;,
&#34;gabriel&#34;,
],
) as cet_telegram_flow:
secret_path = Parameter(&#34;secret_path&#34;)

Expand Down
3 changes: 0 additions & 3 deletions rj_escritorio/birthday_notification/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.birthday_notification.flo

with Flow(
&#34;EMD: Aniversariante do dia&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as rj_escritorio_birthdays_birthday_flow:
secret_path = Parameter(&#34;secret_path&#34;)

Expand Down
3 changes: 0 additions & 3 deletions rj_escritorio/bot_sistemas/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.bot_sistemas.flows</code>

with Flow(
name=&#34;EMD: Sistemas prioritários - Telegram Bot&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as systems_telegram_bot_flow:
# Parameters
sheet_id = Parameter(&#34;sheet_id&#34;)
Expand Down
6 changes: 0 additions & 6 deletions rj_escritorio/cleanup/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.cleanup.flows</code></h1>

with Flow(
&#34;EMD: Limpeza de histórico de runs&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as database_cleanup_flow:
# Parameters
days_old = Parameter(&#34;days_old&#34;, default=60, required=False)
Expand All @@ -80,9 +77,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.cleanup.flows</code></h1>

with Flow(
&#34;EMD: Limpeza de runs em execução&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as rj_escritorio__cleanup__running_flows_cleanup:
# Parameters
older_than_days = Parameter(&#34;older_than_days&#34;, default=14, required=False)
Expand Down
1 change: 0 additions & 1 deletion rj_escritorio/data_catalog/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.data_catalog.flows</code>
with Flow(
name=&#34;EMD: utils - Gerar catálogo de dados&#34;,
code_owners=[
&#34;gabriel&#34;,
&#34;diego&#34;,
],
) as rj_escritorio_data_catalog_flow:
Expand Down
3 changes: 0 additions & 3 deletions rj_escritorio/dummy_predict/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.dummy_predict.flows</code

with Flow(
name=&#34;EMD: escritorio - Exemplo de flow para predição com modelo&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as dummy_predict_example_flow:
###########################
# Your parameters #
Expand Down
1 change: 0 additions & 1 deletion rj_escritorio/flooding_detection/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.flooding_detection.flows<
with Flow(
name=&#34;EMD: flooding_detection - Atualizar detecção de alagamento (IA) na API&#34;,
code_owners=[
&#34;gabriel&#34;,
&#34;diego&#34;,
],
skip_if_running=True,
Expand Down
6 changes: 0 additions & 6 deletions rj_escritorio/inea/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.inea.flows</code></h1>

with Flow(
&#34;INEA: Executar comando no terminal&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as inea_execute_shell_command_flow:
command = Parameter(&#34;command&#34;)
execute_shell_command(command=command)
Expand All @@ -167,9 +164,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.inea.flows</code></h1>

with Flow(
&#34;INEA: Fazer upload de arquivo para o GCS&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as inea_upload_file_to_gcs_flow:
filename = Parameter(&#34;filename&#34;)
bucket_name = Parameter(&#34;bucket_name&#34;)
Expand Down
3 changes: 0 additions & 3 deletions rj_escritorio/notify_flooding/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.notify_flooding.flows</co

with Flow(
name=&#34;EMD: Waze - Notificar ocorrências de alagamento&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as rj_escritorio_notify_flooding_flow:
# Parameters
api_url = Parameter(
Expand Down
3 changes: 0 additions & 3 deletions rj_escritorio/rain_dashboard/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.rain_dashboard.flows</cod

with Flow(
name=rain_dashboard_constants.RAIN_DASHBOARD_FLOW_NAME.value,
code_owners=[
&#34;gabriel&#34;,
],
# skip_if_running=True,
) as rj_escritorio_rain_dashboard_flow:
# Parameters
Expand Down
3 changes: 0 additions & 3 deletions rj_escritorio/template_pipeline/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ <h1 class="title">Module <code>pipelines.rj_escritorio.template_pipeline.flows</

with Flow(
name=&#34;EMD: template - Template Pipeline&#34;,
code_owners=[
&#34;gabriel&#34;,
],
) as flow:
say_hello()

Expand Down
3 changes: 0 additions & 3 deletions utils/backfill_flow/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ <h1 class="title">Module <code>pipelines.utils.backfill_flow.flows</code></h1>

with Flow(
name=utils_constants.FLOW_BACKFILL_NAME.value,
code_owners=[
&#34;gabriel&#34;,
],
) as backfill_flow_definition:
# Parameters
agent_label = Parameter(&#34;agent_label&#34;)
Expand Down
2 changes: 0 additions & 2 deletions utils/dump_db/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ <h1 class="title">Module <code>pipelines.utils.dump_db.flows</code></h1>
name=utils_constants.FLOW_DUMP_DB_NAME.value,
code_owners=[
&#34;diego&#34;,
&#34;gabriel&#34;,
],
) as dump_sql_flow:
#####################################
Expand Down Expand Up @@ -272,7 +271,6 @@ <h1 class="title">Module <code>pipelines.utils.dump_db.flows</code></h1>
name=&#34;EMD: template - Executar query SQL&#34;,
code_owners=[
&#34;diego&#34;,
&#34;gabriel&#34;,
],
) as run_sql_flow:
#####################################
Expand Down
1 change: 0 additions & 1 deletion utils/dump_earth_engine_asset/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ <h1 class="title">Module <code>pipelines.utils.dump_earth_engine_asset.flows</co
name=utils_constants.FLOW_DUMP_EARTH_ENGINE_ASSET_NAME.value,
code_owners=[
&#34;diego&#34;,
&#34;gabriel&#34;,
],
) as dump_earth_engine_asset_flow:
project_id = Parameter(&#34;project_id&#34;, required=False)
Expand Down
1 change: 0 additions & 1 deletion utils/dump_to_gcs/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ <h1 class="title">Module <code>pipelines.utils.dump_to_gcs.flows</code></h1>
name=utils_constants.FLOW_DUMP_TO_GCS_NAME.value,
code_owners=[
&#34;diego&#34;,
&#34;gabriel&#34;,
],
) as dump_to_gcs_flow:
project_id = Parameter(&#34;project_id&#34;, required=False)
Expand Down
1 change: 0 additions & 1 deletion utils/dump_url/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ <h1 class="title">Module <code>pipelines.utils.dump_url.flows</code></h1>
name=utils_constants.FLOW_DUMP_URL_NAME.value,
code_owners=[
&#34;diego&#34;,
&#34;gabriel&#34;,
],
) as dump_url_flow:
#####################################
Expand Down
1 change: 0 additions & 1 deletion utils/execute_dbt_model/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ <h1 class="title">Module <code>pipelines.utils.execute_dbt_model.flows</code></h
name=utils_constants.FLOW_EXECUTE_DBT_MODEL_NAME.value,
code_owners=[
&#34;diego&#34;,
&#34;gabriel&#34;,
],
) as utils_run_dbt_model_flow:
# Parameters
Expand Down
1 change: 0 additions & 1 deletion utils/georeference/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ <h1 class="title">Module <code>pipelines.utils.georeference.flows</code></h1>
with Flow(
&#34;EMD: template - Geolocalizar tabela&#34;,
code_owners=[
&#34;gabriel&#34;,
&#34;paty&#34;,
],
) as utils_georeference_flow:
Expand Down
1 change: 0 additions & 1 deletion utils/policy_matrix/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ <h1 class="title">Module <code>pipelines.utils.policy_matrix.flows</code></h1>
with Flow(
&#34;EMD: utils - Gerar matriz de políticas de acesso&#34;,
code_owners=[
&#34;gabriel&#34;,
&#34;diego&#34;,
],
) as utils_policy_matrix_flow:
Expand Down
3 changes: 0 additions & 3 deletions utils/predict_flow/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ <h1 class="title">Module <code>pipelines.utils.predict_flow.flows</code></h1>

with Flow(
name=utils_constants.FLOW_PREDICT_NAME.value,
code_owners=[
&#34;gabriel&#34;,
],
) as predict_with_mlflow_model_flow:
# MLflow parameters
tracking_server_uri = Parameter(&#34;tracking_server_uri&#34;, default=None, required=False)
Expand Down
3 changes: 0 additions & 3 deletions utils/whatsapp_bot/flows.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ <h1 class="title">Module <code>pipelines.utils.whatsapp_bot.flows</code></h1>

with Flow(
name=utils_constants.FLOW_SEND_WHATSAPP_MESSAGE_NAME.value,
code_owners=[
&#34;gabriel&#34;,
],
) as whatsapp_bot_send_message_flow:
#####################################
#
Expand Down

0 comments on commit 2fe3392

Please sign in to comment.