Skip to content

Commit

Permalink
Use right columns (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 authored Sep 3, 2024
1 parent 8bf8b6c commit c344bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/sources/src_history_trades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ sources:
- incremental_not_null:
date_column_name: "ledger_closed_at"
greater_than_equal_to: "2 day"
condition: 'asset_type != "native"'
condition: 'selling_asset_type != "native"'

- name: selling_asset_issuer
description: '{{ doc("trade_selling_asset_issuer") }}'
tests:
- incremental_not_null:
date_column_name: "ledger_closed_at"
greater_than_equal_to: "2 day"
condition: 'asset_type != "native"'
condition: 'selling_asset_type != "native"'

- name: selling_asset_type
description: '{{ doc("trade_selling_asset_type") }}'
Expand Down

0 comments on commit c344bcf

Please sign in to comment.