From 21b15baa0111936976e3a10e6da1d870099c04bf Mon Sep 17 00:00:00 2001 From: d116626 Date: Wed, 20 Dec 2023 10:44:01 -0300 Subject: [PATCH] feat: add materialize_dbt_model template pipeline --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 596bf3f..eb85df2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2416,8 +2416,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 = "027793da91f479426d655a889b3377f9c4fe17a9" -resolved_reference = "027793da91f479426d655a889b3377f9c4fe17a9" +reference = "64c1866acf770796c1750a014ec6c9531666b5ef" +resolved_reference = "64c1866acf770796c1750a014ec6c9531666b5ef" [[package]] name = "proto-plus" @@ -3962,4 +3962,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "3fde30407d44b06f99e350fdb15106cd966fc27763fd86a5491bcf5e799cfae9" +content-hash = "bc1950e516d7184580ac22a3c63a1075f5a8005026f580e25e2a654117091507" diff --git a/pyproject.toml b/pyproject.toml index 6748fa6..de049c6 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 = "027793da91f479426d655a889b3377f9c4fe17a9", extras = [ +prefeitura-rio = { git = "https://github.com/prefeitura-rio/prefeitura-rio", rev = "64c1866acf770796c1750a014ec6c9531666b5ef", extras = [ "pipelines", "pipelines-templates", ] }