diff --git a/pipelines/sislic/dump_db_sislic/schedules.py b/pipelines/sislic/dump_db_sislic/schedules.py index 60f0ae6..ab8bf4f 100644 --- a/pipelines/sislic/dump_db_sislic/schedules.py +++ b/pipelines/sislic/dump_db_sislic/schedules.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -Schedules for the database dump pipeline +Schedules for the SISLIC dump pipeline """ from datetime import datetime, timedelta diff --git a/poetry.lock b/poetry.lock index af08ef7..c859b2f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2595,8 +2595,8 @@ sgrc = ["aiohttp (>=3.8.5,<4.0.0)", "pendulum (>=2.1.2,<3.0.0)", "pytz (>=2023.3 [package.source] type = "git" url = "https://github.com/prefeitura-rio/prefeitura-rio" -reference = "65c748253d0c35bca66fa895b006c6742607c5d8" -resolved_reference = "65c748253d0c35bca66fa895b006c6742607c5d8" +reference = "8e0f7e1d4e152c79bc428e3f99fb90567dbb8eac" +resolved_reference = "8e0f7e1d4e152c79bc428e3f99fb90567dbb8eac" [[package]] name = "proto-plus" @@ -4231,4 +4231,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "edf333cde6c2f121734f555673bc76fcd9f5febbb67c155903b40032b061fee7" +content-hash = "8c6d638b311c76638a16ec3d2b0ce1e80ef8571232ac4f2007b17dd4d5e09161" diff --git a/pyproject.toml b/pyproject.toml index 1ce1eea..9f2360d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "65c748253d0c35bca66fa895b006c6742607c5d8", extras = [ +prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "8e0f7e1d4e152c79bc428e3f99fb90567dbb8eac", extras = [ "pipelines", "pipelines-templates", "actions",