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
The TARGET_LAG user interface parameter should be set to the value of DOWNSTREAM in addition to 'num seconds | minutes | hours | days'.
The complete definition becomes:
TARGET_LAG = { num { seconds | minutes | hours | days } | DOWNSTREAM }
Specifies the lag for the dynamic table:
'num seconds | minutes | hours | days'
Specifies the maximum amount of time that the dynamic table’s content should lag behind updates to the base tables.
For example:
If the data in the dynamic table should lag by no more than 5 minutes, specify 5 minutes.
If the data in the dynamic table should lag by no more than 5 hours, specify 5 hours.
The minimum value is 1 minute. If the dynamic table A depends on another dynamic table B, the minimum lag for A must be greater than or equal to the lag for B.
DOWNSTREAM
Specifies that dynamic table should be refreshed if any downstream ancestor is refreshed.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
[Dynamic Tables] Add DOWNSTREAM option for TARGET_LAG
[ADAP-631] [Dynamic Tables] Add DOWNSTREAM option for TARGET_LAG
Jun 19, 2023
The
TARGET_LAG
user interface parameter should be set to the value ofDOWNSTREAM
in addition to'num seconds | minutes | hours | days'
.The complete definition becomes:
TARGET_LAG = { num { seconds | minutes | hours | days } | DOWNSTREAM }
Specifies the lag for the dynamic table:
'num seconds | minutes | hours | days'
Specifies the maximum amount of time that the dynamic table’s content should lag behind updates to the base tables.
For example:
If the data in the dynamic table should lag by no more than 5 minutes, specify 5 minutes.
If the data in the dynamic table should lag by no more than 5 hours, specify 5 hours.
The minimum value is 1 minute. If the dynamic table A depends on another dynamic table B, the minimum lag for A must be greater than or equal to the lag for B.
DOWNSTREAM
Specifies that dynamic table should be refreshed if any downstream ancestor is refreshed.
The text was updated successfully, but these errors were encountered: