Skip to content

Commit

Permalink
Merge pull request #461 from basedosdados/staging/br_rf_cafir
Browse files Browse the repository at this point in the history
[fix] br_rf_cafir
  • Loading branch information
laura-l-amaral authored Sep 14, 2023
2 parents 7fec10a + be1ec39 commit 5c1a7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/datasets/br_rf_cafir/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"materialization_mode", default="dev", required=False
)
materialize_after_dump = Parameter(
"materialize after dump", default=True, required=False
"materialize_after_dump", default=True, required=False
)
dbt_alias = Parameter("dbt_alias", default=False, required=False)

Expand Down
2 changes: 1 addition & 1 deletion pipelines/datasets/br_rf_cafir/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def extract_last_date(
"""

query_bd = f"""
SELECT MAX(data) as max_date
SELECT MAX(data_referencia) as max_date
FROM
`{billing_project_id}.{dataset_id}.{table_id}`
"""
Expand Down

0 comments on commit 5c1a7f2

Please sign in to comment.