change materialization of heavy tables
This commit is contained in:
parent
7488400cbb
commit
a1b67d20f1
5 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
{{ config(materialized="table") }}
|
||||
|
||||
{% set ok_status = "Approved" %}
|
||||
with
|
||||
int_athena__verifications as (select * from {{ ref("int_athena__verifications") }}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue