Skip to content

Commit

Permalink
feat: pump prefeitura-rio version
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Dec 19, 2023
1 parent dab2804 commit 2f04dde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pipelines/ergon/dump_db_ergon/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from prefect.run_configs import KubernetesRun
from prefect.storage import GCS
from prefeitura_rio.pipelines_templates.dump_db import flow as dump_sql_flow
from prefeitura_rio.pipelines_templates.dump_db.flows import flow as dump_sql_flow
from prefeitura_rio.pipelines_utils.prefect import set_default_parameters
from prefeitura_rio.pipelines_utils.state_handlers import handler_inject_bd_credentials

Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = ">=3.10,<3.11"
dbt-bigquery = "^1.6.1"
google-cloud-storage = "^2.10.0"
prefect = "1.4.1"
prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "59bc78b553a0eca1c9c9f7c081b3f4fd50fbf613", extras = [
prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "5131ca9c68546c553204ec4e4b75487167ed520c", extras = [
"pipelines",
"pipelines-templates",
] }
Expand Down

0 comments on commit 2f04dde

Please sign in to comment.