Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
laysabit committed Mar 13, 2024
1 parent 671f6a8 commit a97f784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/stg_history_assets.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with
, row_number() over (
partition by asset_id order by batch_run_date asc
) as dedup_oldest_asset
from {{ source('crypto_stellar', 'history_assets_staging')}}
from {{ source('crypto_stellar', 'history_assets_staging') }}
)

/* Deduplicates the new batch assets, guaranteeing they are unique within the batch */
Expand Down

0 comments on commit a97f784

Please sign in to comment.