From 52ba1b18984a1115bfe1217e3e859a13c0f3950e Mon Sep 17 00:00:00 2001 From: SebMelendez01 <78228475+SebMelendez01@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:36:43 -0400 Subject: [PATCH] rm fuse, mantle orphaned (#245) --- models/staging/fuse/fact_fuse_daa_txns_gas_gas_usd_gold.sql | 3 --- .../mantle/fact_mantle_daa_txns_gas_gas_usd_revenue_gold.sql | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 models/staging/fuse/fact_fuse_daa_txns_gas_gas_usd_gold.sql delete mode 100644 models/staging/mantle/fact_mantle_daa_txns_gas_gas_usd_revenue_gold.sql diff --git a/models/staging/fuse/fact_fuse_daa_txns_gas_gas_usd_gold.sql b/models/staging/fuse/fact_fuse_daa_txns_gas_gas_usd_gold.sql deleted file mode 100644 index 836b72bd..00000000 --- a/models/staging/fuse/fact_fuse_daa_txns_gas_gas_usd_gold.sql +++ /dev/null @@ -1,3 +0,0 @@ -{{ config(materialized="table") }} -select date, daa, txns, chain, gas, gas_usd -from {{ ref("fact_fuse_daa_txns_gas_gas_usd") }} diff --git a/models/staging/mantle/fact_mantle_daa_txns_gas_gas_usd_revenue_gold.sql b/models/staging/mantle/fact_mantle_daa_txns_gas_gas_usd_revenue_gold.sql deleted file mode 100644 index c76bab01..00000000 --- a/models/staging/mantle/fact_mantle_daa_txns_gas_gas_usd_revenue_gold.sql +++ /dev/null @@ -1,3 +0,0 @@ -{{ config(materialized="table") }} -select date, chain, daa, txns, gas, gas_usd, revenue -from {{ ref("fact_mantle_daa_txns_gas_gas_usd_revenue") }}