Skip to content

Commit

Permalink
Fix asset_id typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Feb 15, 2024
1 parent 24a7213 commit 670a976
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 670a976

Please sign in to comment.