Skip to content

Commit

Permalink
Merge branch 'master' into staging/br_anatel_telefonia
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 3, 2023
2 parents 32f0240 + f927b66 commit 46c5244
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
8 changes: 4 additions & 4 deletions pipelines/datasets/br_me_comex_stat/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
api_mode="prod",
billing_project_id="basedosdados",
date_format="yy-mm",
time_delta=1,
time_delta=6,
time_unit="months",
)

Expand Down Expand Up @@ -206,7 +206,7 @@
api_mode="prod",
billing_project_id="basedosdados",
date_format="yy-mm",
time_delta=1,
time_delta=6,
time_unit="months",
)

Expand Down Expand Up @@ -299,7 +299,7 @@
api_mode="prod",
billing_project_id="basedosdados",
date_format="yy-mm",
time_delta=1,
time_delta=6,
time_unit="months",
)

Expand Down Expand Up @@ -390,7 +390,7 @@
api_mode="prod",
billing_project_id="basedosdados",
date_format="yy-mm",
time_delta=1,
time_delta=6,
time_unit="months",
)

Expand Down
12 changes: 8 additions & 4 deletions pipelines/datasets/br_me_comex_stat/schedules.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
clocks=[
CronClock(
cron="@monthly",
start_date=datetime(2023, 8, 8, 0, 0),
start_date=datetime(2023, 10, 4, 0, 0),
labels=[
constants.BASEDOSDADOS_PROD_AGENT_LABEL.value,
],
Expand All @@ -25,6 +25,7 @@
"materialization_mode": "prod",
"materialize after dump": True,
"dbt_alias": False,
"update_metadata": True,
},
)
],
Expand All @@ -36,7 +37,7 @@
clocks=[
CronClock(
cron="@monthly",
start_date=datetime(2023, 8, 8, 0, 0),
start_date=datetime(2023, 10, 4, 0, 0),
labels=[
constants.BASEDOSDADOS_PROD_AGENT_LABEL.value,
],
Expand All @@ -46,6 +47,7 @@
"materialization_mode": "prod",
"materialize after dump": True,
"dbt_alias": False,
"update_metadata": True,
},
)
],
Expand All @@ -57,7 +59,7 @@
clocks=[
CronClock(
cron="@monthly",
start_date=datetime(2023, 8, 8, 0, 0),
start_date=datetime(2023, 10, 4, 0, 0),
labels=[
constants.BASEDOSDADOS_PROD_AGENT_LABEL.value,
],
Expand All @@ -67,6 +69,7 @@
"materialization_mode": "prod",
"materialize after dump": True,
"dbt_alias": False,
"update_metadata": True,
},
)
],
Expand All @@ -78,7 +81,7 @@
clocks=[
CronClock(
cron="@monthly",
start_date=datetime(2023, 8, 8, 0, 0),
start_date=datetime(2023, 10, 4, 0, 0),
labels=[
constants.BASEDOSDADOS_PROD_AGENT_LABEL.value,
],
Expand All @@ -88,6 +91,7 @@
"materialization_mode": "prod",
"materialize after dump": True,
"dbt_alias": False,
"update_metadata": True,
},
)
],
Expand Down
4 changes: 2 additions & 2 deletions pipelines/datasets/br_stf_corte_aberta/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
is_bd_pro=True,
_last_date=get_max_date_string,
is_free=True,
# time_delta = 3,
time_unit="days",
time_delta=6,
time_unit="weeks",
upstream_tasks=[wait_for_materialization],
)
br_stf.storage = GCS(constants.GCS_FLOWS_BUCKET.value)
Expand Down

0 comments on commit 46c5244

Please sign in to comment.