You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce new configuration on the model to support adaptive job
models:
- name: stg_orders
freshness:
# build this model after X amount of time, as long as it has new data
build_after:
count: 4
period: hour
depends_on: all
Acceptance criteria
The new configuration will be parsed and represented on the model node after the parsing phase.
Suggested Tests
Test valid freshness config, parsing works
Test invalid freshnees config, user should get a clear parsing error.
Impact to Other Teams
This involve adding new fields to model node, so it will impact metadata team when it is done.
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered:
Housekeeping
Short description
Introduce new configuration on the model to support adaptive job
Acceptance criteria
The new configuration will be parsed and represented on the model node after the parsing phase.
Suggested Tests
Impact to Other Teams
This involve adding new fields to model node, so it will impact metadata team when it is done.
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered: