Skip to content

Commit

Permalink
feat: add geosislic
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Sep 10, 2024
1 parent 4399876 commit fe2e8b2
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 @@ -2,5 +2,6 @@
"""
Imports all flows for every project so we can register all of them
"""
from pipelines.geosislic import * # noqa
from pipelines.sislic import * # noqa
from pipelines.templates import * # noqa
3 changes: 3 additions & 0 deletions queries/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ models:
adm_licenca_urbanismo:
+materialized: table
+schema: adm_licenca_urbanismo
geosislic:
+materialized: table
+schema: geosislic

0 comments on commit fe2e8b2

Please sign in to comment.