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

chore: put database_get inside dump_upload_batch. made redo the conne… #15

Merged
merged 9 commits into from
Sep 12, 2024
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/schedules.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# flake8: noqa: E501
"""
Schedules for the database dump pipeline...
Schedules for the database dump pipeline.....
"""

from datetime import datetime, timedelta
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/ergon_comlurb/dump_db_ergon_comlurb/schedules.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# pylint: disable=C0302
"""
Schedules for the database dump pipeline...
Schedules for the database dump pipeline.....
"""

from datetime import datetime, timedelta
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Schedules for the database dump pipeline........
Schedules for the database dump pipeline............
"""

from datetime import datetime, timedelta
Expand Down
90 changes: 86 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 @@ 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 = "fd98e01bded04123cf162b49b0654afe6aa5bd57", extras = [
prefeitura-rio = {git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "dd8d28fcf67266f6ec7fce650c56b323e84b21a3", extras = [
"pipelines",
"pipelines-templates",
"actions",
Expand Down
Loading