Skip to content

Commit

Permalink
Merge pull request #4 from prefeitura-rio/fix/enable-biglake
Browse files Browse the repository at this point in the history
chore: upgrade prefeitura-rio
  • Loading branch information
gabriel-milan authored Jun 4, 2024
2 parents 6992225 + c7852ff commit e91f7c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions pipelines/sislic/dump_db_sislic/flows.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for SMDUE project (SISLIC)
Database dump flow for SMDUE project (SISLIC)
"""

from copy import deepcopy

from prefect.run_configs import KubernetesRun
from prefect.storage import GCS

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 (
Expand All @@ -16,9 +15,7 @@
)

from pipelines.constants import constants
from pipelines.sislic.dump_db_sislic.schedules import (
update_schedule,
)
from pipelines.sislic.dump_db_sislic.schedules import update_schedule

dump_sislic_flow = deepcopy(dump_sql_flow)
dump_sislic_flow.name = "SMDUE: SISLIC - Ingerir tabelas de banco SQL"
Expand Down
6 changes: 3 additions & 3 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 = "8e0f7e1d4e152c79bc428e3f99fb90567dbb8eac", extras = [
prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "6ece88c9daca181336c56789dbec0688d21c4c74", extras = [
"pipelines",
"pipelines-templates",
"actions",
Expand Down

0 comments on commit e91f7c9

Please sign in to comment.