Skip to content

Commit

Permalink
fix api_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aspeddro committed Oct 3, 2023
1 parent feab8ba commit 87c5021
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pipelines/datasets/br_cgu_servidores_executivo_federal/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
bq_last_update=False,
bq_table_last_year_month=True,
# billing_project_id="basedosdados",
api_mode="dev",
api_mode="staging",
date_format="yy-mm",
is_bd_pro=True,
is_free=True,
Expand Down Expand Up @@ -248,7 +248,7 @@
bq_last_update=False,
bq_table_last_year_month=True,
# billing_project_id="basedosdados",
api_mode="dev",
api_mode="staging",
date_format="yy-mm",
is_bd_pro=True,
is_free=True,
Expand Down Expand Up @@ -295,7 +295,7 @@
bq_last_update=False,
bq_table_last_year_month=True,
# billing_project_id="basedosdados",
api_mode="dev",
api_mode="staging",
date_format="yy-mm",
is_bd_pro=True,
is_free=True,
Expand Down Expand Up @@ -342,7 +342,7 @@
bq_last_update=False,
bq_table_last_year_month=True,
# billing_project_id="basedosdados",
api_mode="dev",
api_mode="staging",
date_format="yy-mm",
is_bd_pro=True,
is_free=True,
Expand Down Expand Up @@ -389,7 +389,7 @@
bq_last_update=False,
bq_table_last_year_month=True,
# billing_project_id="basedosdados",
api_mode="dev",
api_mode="staging",
date_format="yy-mm",
is_bd_pro=True,
is_free=True,
Expand Down Expand Up @@ -436,7 +436,7 @@
bq_last_update=False,
bq_table_last_year_month=True,
# billing_project_id="basedosdados",
api_mode="dev",
api_mode="staging",
date_format="yy-mm",
is_bd_pro=True,
is_free=True,
Expand Down Expand Up @@ -483,7 +483,7 @@
bq_last_update=False,
bq_table_last_year_month=True,
# billing_project_id="basedosdados",
api_mode="dev",
api_mode="staging",
date_format="yy-mm",
is_bd_pro=True,
is_free=True,
Expand Down

0 comments on commit 87c5021

Please sign in to comment.