mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 16:06:48 +00:00
del old fact (#77)
This commit is contained in:
parent
06e6b4cb78
commit
179ebb95f4
@ -1,8 +0,0 @@
|
||||
{{ config(
|
||||
materialized = 'view'
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
{{ ref('core__ez_bridge_transactions') }}
|
||||
@ -1,6 +0,0 @@
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: core__fact_bridge_transactions
|
||||
description: |-
|
||||
deprecating soon ! Note: this data model has been renamed `ez_bridge_transactions`. Please reconfigure your queries to use that table as this will be decomissioned.
|
||||
@ -1,8 +0,0 @@
|
||||
{{ config(
|
||||
materialized = 'view'
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
{{ ref('core__ez_nft_sales') }}
|
||||
@ -1,6 +0,0 @@
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: core__fact_nft_sales
|
||||
description: |-
|
||||
deprecating soon ! Note: this data model has been renamed `ez_nft_sales`. Please reconfigure your queries to use that table as this will be decomissioned.
|
||||
@ -1,8 +0,0 @@
|
||||
{{ config(
|
||||
materialized = 'view'
|
||||
) }}
|
||||
|
||||
SELECT
|
||||
*
|
||||
FROM
|
||||
{{ ref('core__ez_dex_swaps') }}
|
||||
@ -1,6 +0,0 @@
|
||||
version: 2
|
||||
|
||||
models:
|
||||
- name: core__fact_swaps
|
||||
description: |-
|
||||
deprecating soon ! Note: this data model has been renamed `ez_dex_swaps`. Please reconfigure your queries to use that table as this will be decomissioned.
|
||||
Loading…
Reference in New Issue
Block a user