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 rejected_status = "REJECTED" %}
{% set approved_flagged_status = ("APPROVED", "FLAGGED") %}
{% set basic_protection = "BASIC PROTECTION" %}