Skip to content

Commit

Permalink
test cicd lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Nov 1, 2024
1 parent b6ea9af commit 7e31d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/intermediate/trades/int_trade_agg_day.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ with
, price_d
, selling_amount
, buying_amount
, CURRENT_TIMESTAMP as now
from {{ ref('stg_history_trades') }}
where
ledger_closed_at < timestamp_add(timestamp_trunc('{{ dbt_airflow_macros.ts() }}', day), interval 1 day )
Expand Down

0 comments on commit 7e31d0d

Please sign in to comment.