Skip to content

Commit

Permalink
Merge pull request #42 from Artemis-xyz/son/update-dbt-refresh
Browse files Browse the repository at this point in the history
Udpate Visibility
  • Loading branch information
Sunny77D authored Apr 26, 2024
2 parents f9f2543 + 24b80c9 commit 114fd62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions models/dimensions/apps/dim_apps_post_sigma.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ select
parent_app as parent_namespace,
visibility,
symbol,
update_visibility as updated_visibility,
update_artemis_id as updated_artemis_id,
update_category as updated_category,
update_sub_category as updated_sub_category,
Expand Down
2 changes: 1 addition & 1 deletion models/dimensions/apps/dim_apps_silver.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with
sigma.ecosystem_id,
sigma.defillama_protocol_id,
coalesce(updated_parent_namespace, sigma.parent_namespace) as parent_app,
sigma.visibility,
coalesce(updated_visibility , sigma.visibility) as visibility,
coalesce(sigma.update_symbol, sigma.symbol) as symbol
from {{ ref("dim_apps_post_sigma") }} as sigma
where sigma.namespace is not null
Expand Down

0 comments on commit 114fd62

Please sign in to comment.