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 caf7192 commit e1f5f7d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pipelines/cadunico/geolocate/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.geolocate import utils_geolocate_flow
from prefeitura_rio.pipelines_templates.geolocate.flows import utils_geolocate_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
2 changes: 1 addition & 1 deletion pipelines/templates/run_dbt_model/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.run_dbt_model import (
from prefeitura_rio.pipelines_templates.run_dbt_model.flows import (
templates__run_dbt_model__flow,
)
from prefeitura_rio.pipelines_utils.prefect import set_default_parameters
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 = "c4d2b21303a9c9ac2df77ad51eff242ff4a96fb2", extras = [
prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "5131ca9c68546c553204ec4e4b75487167ed520c", extras = [
"pipelines",
"pipelines-templates",
] }
Expand Down

0 comments on commit e1f5f7d

Please sign in to comment.