Skip to content

Commit

Permalink
Use source name for source-grain descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Elize Papineau committed Sep 20, 2023
1 parent 867d091 commit a415a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resource_name
source_2.table_3
source_2
4 changes: 2 additions & 2 deletions models/marts/documentation/fct_undocumented_sources.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ all_resources as (

final as (

select
resource_name
select distinct
source_name

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

0 comments on commit a415a79

Please sign in to comment.