Skip to content

Commit

Permalink
chore: put database_get inside dump_upload_batch. made redo the conne…
Browse files Browse the repository at this point in the history
…ction for every query in queries
  • Loading branch information
d116626 committed Sep 12, 2024
1 parent c5a3d94 commit 65983cf
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 6 deletions.
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 = "f9466e23897af3a1db9bb9fbbb1d9d5aa7193bba", extras = [
"pipelines",
"pipelines-templates",
"actions",
Expand Down

0 comments on commit 65983cf

Please sign in to comment.