del old fact (#77)

This commit is contained in:
Jack Forgash 2022-10-24 12:25:09 -06:00 committed by GitHub
parent 06e6b4cb78
commit 179ebb95f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 42 deletions

View File

@ -1,8 +0,0 @@
{{ config(
materialized = 'view'
) }}
SELECT
*
FROM
{{ ref('core__ez_bridge_transactions') }}

View File

@ -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.

View File

@ -1,8 +0,0 @@
{{ config(
materialized = 'view'
) }}
SELECT
*
FROM
{{ ref('core__ez_nft_sales') }}

View File

@ -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.

View File

@ -1,8 +0,0 @@
{{ config(
materialized = 'view'
) }}
SELECT
*
FROM
{{ ref('core__ez_dex_swaps') }}

View File

@ -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.