Skip to content

Commit

Permalink
fix: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-milan committed Dec 10, 2024
1 parent 8b241ea commit 0cccb4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions pipelines/templates/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
##
from pipelines.templates.run_dbt_model.flows import * # noqa

0 comments on commit 0cccb4a

Please sign in to comment.