tx count tag

This commit is contained in:
Eric Laurello 2023-11-15 07:49:31 -05:00
parent fdfd404f2a
commit 7a2b0a2ac2

View File

@ -3,7 +3,8 @@
incremental_strategy = 'delete+insert',
unique_key = 'id',
cluster_by = ['_inserted_timestamp::date'],
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION"
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION",
tags = ['core']
) }}
-- depends_on: {{ ref('bronze__streamline_txcount') }}