commit wip
This commit is contained in:
parent
c89dd02799
commit
7551f6e515
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
||||||
with stg_resolutions__incidents as (select * from {{ ref("stg_resolutions__incidents") }})
|
with
|
||||||
|
stg_resolutions__incidents as (
|
||||||
|
select * from {{ ref("stg_resolutions__incidents") }}
|
||||||
|
)
|
||||||
|
|
||||||
select
|
select
|
||||||
-- Basic Incident Details
|
-- Basic Incident Details
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue