mirror of
https://github.com/FlipsideCrypto/aptos-models.git
synced 2026-02-06 15:47:11 +00:00
Merge pull request #71 from FlipsideCrypto/hotfix/old_sl_data_deletion
remove refs to v1 sl models
This commit is contained in:
commit
5724ad5c84
@ -9,12 +9,4 @@ SELECT
|
||||
DATA,
|
||||
_INSERTED_TIMESTAMP
|
||||
FROM
|
||||
{{ ref('bronze__streamline_FR_blocks_tx_v2') }}
|
||||
UNION ALL
|
||||
SELECT
|
||||
VALUE,
|
||||
_partition_by_block_id AS partition_key,
|
||||
DATA,
|
||||
_INSERTED_TIMESTAMP
|
||||
FROM
|
||||
{{ ref('bronze__streamline_FR_blocks_tx_v1') }}
|
||||
{{ ref('bronze__streamline_FR_blocks_tx_v2') }}
|
||||
@ -1,6 +1,6 @@
|
||||
{{ config (
|
||||
materialized = 'view',
|
||||
tags = ['core']
|
||||
enabled = false,
|
||||
) }}
|
||||
|
||||
{% set model = this.identifier.split("_") [-1] %}
|
||||
|
||||
@ -10,11 +10,3 @@ SELECT
|
||||
_INSERTED_TIMESTAMP
|
||||
FROM
|
||||
{{ ref('bronze__streamline_FR_transaction_batch_v2') }}
|
||||
UNION ALL
|
||||
SELECT
|
||||
VALUE,
|
||||
_partition_by_block_id AS partition_key,
|
||||
DATA,
|
||||
_INSERTED_TIMESTAMP
|
||||
FROM
|
||||
{{ ref('bronze__streamline_FR_transaction_batch_v1') }}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{ config (
|
||||
materialized = 'view',
|
||||
tags = ['core']
|
||||
enabled = false,
|
||||
) }}
|
||||
{{ streamline_external_table_FR_query(
|
||||
model = "transaction_batch",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{ config (
|
||||
materialized = 'view',
|
||||
tags = ['core']
|
||||
enabled = false,
|
||||
) }}
|
||||
|
||||
{% set model = this.identifier.split("_") [-1] %}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{{ config (
|
||||
materialized = 'view',
|
||||
tags = ['core']
|
||||
enabled = false,
|
||||
) }}
|
||||
|
||||
{% set model = this.identifier.split("_") [-1] %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user