This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests(dbt-fal): add resource-paths to dbt_project.yml to make sure it…
… is picked up by dbt (#714) * tests: add resource-paths to dbt_project.yml to make sure it is being picked up * find models in any depth of model dir
- Loading branch information
Showing
6 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...rojects/simple_project/models/model_a.sql → ...ts/simple_project/models/base/model_a.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
{{ config(materialized='table') }} | ||
WITH data AS ( | ||
|
||
SELECT | ||
|
2 changes: 0 additions & 2 deletions
2
...rojects/simple_project/models/model_b.sql → ...ts/simple_project/models/base/model_b.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{{ config(materialized='table') }} | ||
|
||
WITH data AS ( | ||
SELECT | ||
cast(1 AS integer) AS my_int, | ||
|
1 change: 0 additions & 1 deletion
1
...projects/simple_project/models/model_c.py → ...s/simple_project/models/python/model_c.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters