Skip to content

Commit

Permalink
Untag staging and intermediate models (#114)
Browse files Browse the repository at this point in the history
* Untag staging and intermediate models

* Remove empty config definition
  • Loading branch information
sydneynotthecity authored Nov 11, 2024
1 parent a55104e commit b4ff3fe
Show file tree
Hide file tree
Showing 20 changed files with 4 additions and 88 deletions.
3 changes: 1 addition & 2 deletions models/intermediate/trades/int_trade_agg_day.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{ config(
tags = ["trade_agg"]
, cluster_by =["asset_a", "asset_b"]
cluster_by =["asset_a", "asset_b"]
)
}}

Expand Down
3 changes: 1 addition & 2 deletions models/intermediate/trades/int_trade_agg_month.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{ config(
tags = ["trade_agg"]
, cluster_by =["asset_a", "asset_b"]
cluster_by =["asset_a", "asset_b"]
)
}}

Expand Down
3 changes: 1 addition & 2 deletions models/intermediate/trades/int_trade_agg_week.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{ config(
tags = ["trade_agg"]
, cluster_by =["asset_a", "asset_b"]
cluster_by =["asset_a", "asset_b"]
)
}}

Expand Down
3 changes: 1 addition & 2 deletions models/intermediate/trades/int_trade_agg_year.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{{ config(
tags = ["trade_agg"]
, cluster_by =["asset_a", "asset_b"]
cluster_by =["asset_a", "asset_b"]
)
}}

Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_account_signers.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_accounts.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_claimable_balances.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_config_settings.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_contract_code.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_contract_data.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_history_assets.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

/* This query prepares the assets of each load for deduplication,
in order to guarantee a new asset won't be loaded twice */
with
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_history_effects.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_history_ledgers.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_history_operations.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_history_trades.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_history_transactions.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_liquidity_pools.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_offers.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_trust_lines.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down
5 changes: 0 additions & 5 deletions models/staging/stg_ttl.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{{ config(
tags = ["enriched_history_operations"]
)
}}

with
raw_table as (
select *
Expand Down

0 comments on commit b4ff3fe

Please sign in to comment.