Skip to content

Commit

Permalink
Merge pull request #21 from stellar/fix-asset-id-typo
Browse files Browse the repository at this point in the history
Fix asset_id typo
  • Loading branch information
chowbao authored Feb 15, 2024
2 parents 24a7213 + 670a976 commit 64d8a0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/sources/src_history_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sources:
description:
"Monitors the freshness of your table over time, as the expected time between data updates."
columns:
- name: assets_id
description: '{{ doc("assets_id") }}'
- name: asset_id
description: '{{ doc("asset_id") }}'
tests:
- not_null:
config:
Expand Down Expand Up @@ -60,4 +60,4 @@ sources:
tests:
- not_null:
config:
where: batch_run_date > current_datetime - interval 2 day
where: batch_run_date > current_datetime - interval 2 day

0 comments on commit 64d8a0b

Please sign in to comment.