Skip to content

Commit

Permalink
added freshness to orders
Browse files Browse the repository at this point in the history
  • Loading branch information
Bethany Hipple committed Feb 13, 2024
1 parent 8872d77 commit 46e09ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/staging/tpch/_tpch__sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- name: orders
description: main order tracking table
freshness: # make this a warning as this is static data
error_after: {count: 12, period: hour}
warn_after: {count: 6, period: hour}
# error_after: {count: 12, period: hour}
loaded_at_field: o_orderdate::timestamp

columns:
Expand Down

0 comments on commit 46e09ba

Please sign in to comment.