Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging/migrate smfp flows #8

Merged
merged 3 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pipelines/egpweb_metas/dump_db_metas/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for EGPWeb project
Database dumping flows for EGPWeb project.
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/ergon/dump_db_ergon/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for segovi project.
Database dumping flows for segovi project....
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/ergon/dump_db_ergon_pericia_medica/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for segovi project.
Database dumping flows for segovi project..
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/ergon_comlurb/dump_db_ergon_comlurb/flows.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pipelines/fincon/dump_db_fincon/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for SMFP FINCON
Database dumping flows for SMFP FINCON...
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/iptu_inad/dump_db_inadimplentes/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows
Database dumping flows...
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/sigma/dump_db_compras_materiais/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for SMFP SIGMA COMPRAS MATERIAIS
Database dumping flows for SMFP SIGMA COMPRAS MATERIAIS..
"""

from copy import deepcopy
Expand Down
2 changes: 1 addition & 1 deletion pipelines/sigma/dump_db_sancao_fornecedor/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for SMFP SIGMA system.
Database dumping flows for SMFP SIGMA system....
"""
from copy import deepcopy

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
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
MATERIALIZA MODELOS DO DBT
MATERIALIZA MODELOS DO DBT....
"""

from copy import deepcopy
Expand Down
23 changes: 11 additions & 12 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 = "6ece88c9daca181336c56789dbec0688d21c4c74", extras = [
prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "a6494b5740d2bdf465a9eff006b988ae65310e73", extras = [
"pipelines",
"pipelines-templates",
"actions"
Expand Down
Loading