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
This results in things like sample wise checks with data asset inclusive payloads to load the data asset associated with the last sample in the iteration for all samples.
What was intended was for the sample payload to load the data asset(s) associated with the sample in the current iteration.
Impact:
entity-wise checks were inappropriately supplying data assets from the last iteration for all entity instead of current iteration
In the current protocols this impacts:
Sample-wise checks
Visibility:
The evaluated payload is present the log and shows the improper data asset paths were loaded.
This results in things like sample wise checks with data asset inclusive payloads to load the data asset associated with the last sample in the iteration for all samples.
What was intended was for the sample payload to load the data asset(s) associated with the sample in the current iteration.
Impact:
entity-wise checks were inappropriately supplying data assets from the last iteration for all entity instead of current iteration
In the current protocols this impacts:
Sample-wise checks
Visibility:
The evaluated payload is present the log and shows the improper data asset paths were loaded.
Solution:
ref: https://stackoverflow.com/a/10452866/16862353
Converting all lambda lines in protocol payloads from:
This will ensure entity is dereferenced at lambda definition INSTEAD of dereferenced at lambda evaluation
The text was updated successfully, but these errors were encountered: