diff --git a/pipelines/ergon/dump_db_ergon/flows.py b/pipelines/ergon/dump_db_ergon/flows.py index 1fd574d..3034813 100644 --- a/pipelines/ergon/dump_db_ergon/flows.py +++ b/pipelines/ergon/dump_db_ergon/flows.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -Database dumping flows for segovi project........ +Database dumping flows for segovi project. """ from copy import deepcopy diff --git a/pipelines/ergon_comlurb/dump_db_ergon_comlurb/flows.py b/pipelines/ergon_comlurb/dump_db_ergon_comlurb/flows.py index 77d87aa..58b4dd7 100644 --- a/pipelines/ergon_comlurb/dump_db_ergon_comlurb/flows.py +++ b/pipelines/ergon_comlurb/dump_db_ergon_comlurb/flows.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -Database dumping flows for smfp ergon comlurb.......... +Database dumping flows for smfp ergon comlurb. """ from copy import deepcopy diff --git a/pipelines/receita_federal_cnpj/dump_db_porte_empresa/flows.py b/pipelines/receita_federal_cnpj/dump_db_porte_empresa/flows.py index 2424f28..c7db334 100644 --- a/pipelines/receita_federal_cnpj/dump_db_porte_empresa/flows.py +++ b/pipelines/receita_federal_cnpj/dump_db_porte_empresa/flows.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -Database dumping flows................. +Database dumping flows. """ from copy import deepcopy diff --git a/pipelines/templates/run_dbt_model/flows.py b/pipelines/templates/run_dbt_model/flows.py index 28a8b33..523d157 100644 --- a/pipelines/templates/run_dbt_model/flows.py +++ b/pipelines/templates/run_dbt_model/flows.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -MATERIALIZA MODELOS DO DBT..................... +MATERIALIZA MODELOS DO DBT. """ from copy import deepcopy diff --git a/poetry.lock b/poetry.lock index 6924570..9bd4dc6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2589,8 +2589,8 @@ sgrc = ["aiohttp (>=3.8.5,<4.0.0)", "pendulum (>=2.1.2,<3.0.0)", "pytz (>=2023.3 [package.source] type = "git" url = "https://github.com/prefeitura-rio/prefeitura-rio" -reference = "20bfa9cfc42b836fee63094cd07efe6b11a519e5" -resolved_reference = "20bfa9cfc42b836fee63094cd07efe6b11a519e5" +reference = "e7fc2b10faa7a80560c887a4515f2867793bfd53" +resolved_reference = "e7fc2b10faa7a80560c887a4515f2867793bfd53" [[package]] name = "proto-plus" @@ -4293,4 +4293,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "8fb50c079512a5cb7699028ce066243e333bb0f3aa3258139031557eed78d686" +content-hash = "ba885fb90508c6a7f6f158258815392c723d41ee71f9172147ceb71806716aa9" diff --git a/pyproject.toml b/pyproject.toml index 3b61f1e..313f389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dbt-bigquery = "^1.6.1" google-cloud-storage = "^2.10.0" pendulum = "^3.0.0" prefect = "1.4.1" -prefeitura-rio = {git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "20bfa9cfc42b836fee63094cd07efe6b11a519e5", extras = [ +prefeitura-rio = {git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "e7fc2b10faa7a80560c887a4515f2867793bfd53", extras = [ "pipelines", "pipelines-templates", "actions",