small 1.0 changes

This commit is contained in:
graciegoheen
2022-01-24 11:51:41 -05:00
parent 8a31315860
commit fe509ffcdf
3 changed files with 3 additions and 2 deletions

View File

@@ -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"]

View File

@@ -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