Skip to content

Commit

Permalink
update relationship test
Browse files Browse the repository at this point in the history
  • Loading branch information
tarikceric committed Jul 23, 2024
1 parent 6c7aa52 commit e949bd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ models:
and _inserted_timestamp between current_date - 7 and current_timestamp() - INTERVAL '4 HOUR'
to_condition: "_inserted_timestamp >= current_date - 7"
- dbt_utils.relationships_where:
name: dbt_utils_relationships_where_silver__decoded_instructions_combined_nft_sales_amm_sell_tx_id
to: ref('silver__nft_sales_amm_sell')
name: dbt_utils_relationships_where_silver__decoded_instructions_combined_nft_sales_amm_sell_decoded_tx_id
to: ref('silver__nft_sales_amm_sell_decoded')
field: tx_id
from_condition: >
program_id = 'mmm3XBJg5gk8XJxEKBvdgptZz6SgK4tXvn36sodowMc'
Expand Down

0 comments on commit e949bd8

Please sign in to comment.