Skip to content

Commit

Permalink
adding dim contracts to art share
Browse files Browse the repository at this point in the history
  • Loading branch information
SebMelendez01 committed Aug 11, 2024
1 parent 06d10cb commit 709e483
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions models/common/dim_contracts.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{{
config(
snowflake_warehouse="COMMON",
database="common",
schema="core",
materialized='view'
)
}}


select
*
from {{ref("dim_contracts_gold")}}

0 comments on commit 709e483

Please sign in to comment.