Skip to content

Commit

Permalink
Update staging tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Jan 25, 2024
1 parent adca59a commit 220a19d
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion models/staging/stg_account_signers.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["current_state"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_accounts.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["current_state", "mgi", "enriched_history_operations"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_claimable_balances.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["claimable_balances"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_history_assets.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["history_assets"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_history_effects.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["history_effects"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_history_ledgers.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["enriched_history_operations", "liquidity_providers", "current_state", "partnership_assets"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_history_operations.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["enriched_history_operations", "partnership_assets", "liquidity_providers"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_history_trades.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["trade_agg", "liquidity_pool_trade_volume"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_history_transactions.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["enriched_history_operations", "fee_stats_agg", "partnership_assets", "liquidty_providers"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_liquidity_pools.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["current_state", "liquidity_pool_trade_volume", "liquidity_providers"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_offers.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["current_state"]
tags = ["enriched_history_operations"]
)
}}

Expand Down
2 changes: 1 addition & 1 deletion models/staging/stg_trust_lines.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ config(
tags = ["current_state", "mgi", "partnership_assets"]
tags = ["enriched_history_operations"]
)
}}

Expand Down

0 comments on commit 220a19d

Please sign in to comment.