mirror of
https://github.com/dbt-labs/dbt-project-evaluator.git
synced 2025-12-18 02:11:27 +00:00
small 1.0 changes
This commit is contained in:
@@ -15,7 +15,7 @@ profile: 'dbt-learn'
|
||||
model-paths: ["models"]
|
||||
analysis-paths: ["analysis"]
|
||||
test-paths: ["tests"]
|
||||
seed-paths: ["data"]
|
||||
seed-paths: ["seeds"]
|
||||
macro-paths: ["macros"]
|
||||
snapshot-paths: ["snapshots"]
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
-- this model finds cases where a model has 0 direct parents, likely due to a lack of source or ref function
|
||||
-- TO DO: What are seeds classified as?
|
||||
-- TO DO:
|
||||
-- decide how seeds are handled in these dag tests, seeds are in the base__nodes model where resource_type = 'seed'
|
||||
|
||||
with model_relationships as (
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user