Skip to content

Commit

Permalink
feat: add query breaker to dump_db
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Sep 11, 2024
1 parent 59bf7ed commit 3f7bf99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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/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 -*-
"""
Schedules for the database dump pipeline.....
Schedules for the database dump pipeline......
"""

from datetime import datetime, timedelta
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 @@ 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 = "50de2b0e1d836f64ce8233bc095019a31af9300c", extras = [
prefeitura-rio = {git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "e5df02fad10314b7154928f2d0e1b2f82e0d8ccb", extras = [
"pipelines",
"pipelines-templates",
"actions",
Expand Down

0 comments on commit 3f7bf99

Please sign in to comment.