Skip to content

Commit

Permalink
create view for trade level data
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwes committed Nov 8, 2024
1 parent ec68fe8 commit 3ba26c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions models/projects/gmx/raw/fact_gmx_perps_token_prices.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{
config(
materialized="view",
unique_key=["tx_hash", "event_index"],
warehouse="GMX",
database="gmx",
schema="raw",
alias="fact_perps_token_prices"
)
}}

SELECT * FROM {{ ref('fact_gmx_all_versions_trades') }}

0 comments on commit 3ba26c5

Please sign in to comment.