change materialization of heavy tables

This commit is contained in:
Pablo Martin 2025-07-09 11:33:54 +02:00
parent 7488400cbb
commit a1b67d20f1
5 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,5 @@
{{ config(materialized="table") }}
{% set ok_status = "Approved" %}
with
int_athena__verifications as (select * from {{ ref("int_athena__verifications") }}),