create file
This commit is contained in:
parent
624c70872f
commit
ac87ab4cfd
1 changed files with 4 additions and 0 deletions
4
models/intermediate/core/int_core__payaway.sql
Normal file
4
models/intermediate/core/int_core__payaway.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
with stg_core__payaway as (select * from {{ ref("stg_core__payaway") }})
|
||||
|
||||
select *
|
||||
from stg_core__payaway
|
||||
Loading…
Add table
Add a link
Reference in a new issue