Skip to content

Commit

Permalink
[BRT] Ativa schedule para testes (#9)
Browse files Browse the repository at this point in the history
* turn brt schedule on

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
Hellcassius and pre-commit-ci[bot] authored Feb 2, 2024
1 parent ba5bec0 commit 40e8249
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pipelines/br_rj_riodejaneiro_brt_gps/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
pre_treatment_br_rj_riodejaneiro_brt_gps,
)
from pipelines.constants import constants
from pipelines.schedules import every_hour, every_minute
from pipelines.tasks import ( # get_local_dbt_client,; setup_task,
bq_upload,
create_date_hour_partition,
Expand All @@ -46,8 +47,6 @@
upload_logs_to_bq,
)

# from pipelines.schedules import every_hour, every_minute

# Flows #

with Flow(
Expand Down Expand Up @@ -126,7 +125,7 @@
labels=[emd_constants.RJ_SMTR_DEV_AGENT_LABEL.value],
)
materialize_brt.state_handlers = [handler_inject_bd_credentials]
# materialize_brt.schedule = every_hour
materialize_brt.schedule = every_hour


with Flow(
Expand Down Expand Up @@ -188,4 +187,4 @@
labels=[emd_constants.RJ_SMTR_DEV_AGENT_LABEL.value],
)
captura_brt.state_handlers = [handler_inject_bd_credentials]
# captura_brt.schedule = every_minute
captura_brt.schedule = every_minute

0 comments on commit 40e8249

Please sign in to comment.