Skip to content

Commit

Permalink
chore: add a retry of 10 for connections errors. Also add a check for…
Browse files Browse the repository at this point in the history
… partitions blobs when it is None
  • Loading branch information
d116626 committed Jul 10, 2024
1 parent 0b5efcc commit 1a6992a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pipelines/ocr_radar/dump_db_radar/flows.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
Database dumping flows for cetrio project
Database dumping flows for cetrio project.
"""

from copy import deepcopy
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 = "cf9a931339a8a6670149a724020796b42f459270", extras = [
prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "8b49d3885d33dec240036945bf19c67d080b3da5", extras = [
"pipelines",
"pipelines-templates",
"actions",
Expand Down

0 comments on commit 1a6992a

Please sign in to comment.