From 670a9761f39633aaee33b9989857a270edec1e38 Mon Sep 17 00:00:00 2001 From: Simon Chow Date: Thu, 15 Feb 2024 15:33:46 -0500 Subject: [PATCH] Fix asset_id typo --- models/sources/src_history_assets.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/sources/src_history_assets.yml b/models/sources/src_history_assets.yml index a127702..4765ca6 100644 --- a/models/sources/src_history_assets.yml +++ b/models/sources/src_history_assets.yml @@ -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: @@ -60,4 +60,4 @@ sources: tests: - not_null: config: - where: batch_run_date > current_datetime - interval 2 day \ No newline at end of file + where: batch_run_date > current_datetime - interval 2 day