mirror of
https://github.com/FlipsideCrypto/optimism-models.git
synced 2026-02-06 14:06:44 +00:00
package
This commit is contained in:
parent
6e2fa290ca
commit
a51976aab2
@ -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 ####
|
||||
|
||||
|
||||
@ -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 %}
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.10.0
|
||||
revision: AN-6452/change-tracking
|
||||
Loading…
Reference in New Issue
Block a user