Skip to content

Commit

Permalink
jup pricing to 4pm
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwes committed Oct 24, 2024
1 parent 244d9c6 commit eb9db94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with agg as (
m.symbol,
CASE
when date_part('DOW', convert_timezone('UTC', 'America/New_York', block_timestamp)) IN (0, 6) then 'FALSE'
when convert_timezone('UTC', 'America/New_York', block_timestamp)::time between '09:00:00' and '16:59:59' then 'TRUE'
when convert_timezone('UTC', 'America/New_York', block_timestamp)::time between '09:00:00' and '15:59:59' then 'TRUE'
else 'FALSE'
END AS nyc_operating_hours
FROM {{ ref('fact_jupiter_perps_txs') }} agg
Expand Down

0 comments on commit eb9db94

Please sign in to comment.