Skip to content

Commit

Permalink
Remove unnesscessary model_type col (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elize Papineau committed Sep 20, 2023
1 parent a8fe74d commit 867d091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ all_resources as (
final as (

select
resource_name,
model_type
resource_name

from all_resources
where not is_described and resource_type = 'source'
Expand Down
3 changes: 1 addition & 2 deletions models/marts/documentation/fct_undocumented_sources.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ all_resources as (
final as (

select
resource_name,
model_type
resource_name

from all_resources
where not is_source_described and resource_type = 'source'
Expand Down

0 comments on commit 867d091

Please sign in to comment.