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 8b2d28a commit 033ff7a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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
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 = "edbb378d9fdfc9ff5cd7046be992984b7f095efe", extras = [
prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "f20d7152431782053225565b0c95988ec0377b1e", extras = [
"pipelines",
"pipelines-templates",
"actions"
Expand Down

0 comments on commit 033ff7a

Please sign in to comment.