This commit is contained in:
drethereum 2025-07-28 14:39:30 -06:00
parent 6e2fa290ca
commit a51976aab2
3 changed files with 1 additions and 11 deletions

View File

@ -124,7 +124,6 @@ vars:
HEAL_MODEL: False
HEAL_MODELS: []
STREAMLINE_USE_DEV_FOR_EXTERNAL_TABLES: False
ENABLE_CHANGE_TRACKING: False
#### STREAMLINE 2.0 BEGIN ####

View File

@ -1,9 +0,0 @@
{% macro enable_change_tracking() %}
{% if 'exclude_change_tracking' not in config.get('tags') and var('ENABLE_CHANGE_TRACKING', false) %}
{% if config.get('materialized') == 'view' %}
ALTER VIEW {{ this }} SET CHANGE_TRACKING = TRUE;
{% else %}
ALTER TABLE {{ this }} SET CHANGE_TRACKING = TRUE;
{% endif %}
{% endif %}
{% endmacro %}

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.10.0
revision: AN-6452/change-tracking