diff --git a/models/staging/cosmoshub/fact_cosmoshub_daa_gold.sql b/models/staging/cosmoshub/fact_cosmoshub_daa_gold.sql deleted file mode 100644 index 226fc3fc..00000000 --- a/models/staging/cosmoshub/fact_cosmoshub_daa_gold.sql +++ /dev/null @@ -1,3 +0,0 @@ -{{ config(materialized="table") }} -select date, daa, chain -from {{ ref("fact_cosmoshub_daa") }} diff --git a/models/staging/cosmoshub/fact_cosmoshub_fees_and_revenue_gold.sql b/models/staging/cosmoshub/fact_cosmoshub_fees_and_revenue_gold.sql deleted file mode 100644 index 3029fb40..00000000 --- a/models/staging/cosmoshub/fact_cosmoshub_fees_and_revenue_gold.sql +++ /dev/null @@ -1,3 +0,0 @@ -{{ config(materialized="table") }} -select date, gas_usd, revenue, chain -from {{ ref("fact_cosmoshub_fees_and_revenue") }} diff --git a/models/staging/cosmoshub/fact_cosmoshub_txns_gold.sql b/models/staging/cosmoshub/fact_cosmoshub_txns_gold.sql deleted file mode 100644 index d2b3b4dd..00000000 --- a/models/staging/cosmoshub/fact_cosmoshub_txns_gold.sql +++ /dev/null @@ -1,3 +0,0 @@ -{{ config(materialized="table", snowflake_warehouse="COSMOSHUB") }} -select date, txns, chain -from {{ ref("fact_cosmoshub_txns") }}