Skip to content

Commit

Permalink
add asset_id to history_assets table
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszanotelli committed Nov 3, 2023
1 parent ac5abce commit 541519c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dags/queries/history_assets.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ select
, new_load_dedup.batch_id
, new_load_dedup.batch_run_date
, new_load_dedup.batch_insert_ts
, new_load_dedup.asset_id
from exclude_duplicates
left join
new_load_dedup on
Expand Down

0 comments on commit 541519c

Please sign in to comment.