From 0cccb4a229b261e8888ca1f4c6c439ec1ca3155a Mon Sep 17 00:00:00 2001 From: Gabriel Gazola Milan Date: Tue, 10 Dec 2024 13:07:14 -0300 Subject: [PATCH] fix: imports --- pipelines/flows.py | 1 + pipelines/templates/__init__.py | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pipelines/flows.py b/pipelines/flows.py index 30baf73..b31950d 100644 --- a/pipelines/flows.py +++ b/pipelines/flows.py @@ -3,3 +3,4 @@ Imports all flows for every project so we can register all of them. """ from pipelines.dump_1746 import * # noqa +from pipelines.templates import * # noqa \ No newline at end of file diff --git a/pipelines/templates/__init__.py b/pipelines/templates/__init__.py index e69de29..f1fab9e 100644 --- a/pipelines/templates/__init__.py +++ b/pipelines/templates/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- +## +from pipelines.templates.run_dbt_model.flows import * # noqa