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
Currently when configuring a related resource, the agent assumes that the reference always needs to exist in an object (i.e. if the configured path is not resolvable, an error is raised).
However there can be cases where the related resource is entirely optional. This currently cannot be expressed with a PublishedResource.
Proposed Solution
I propose that we add a new optional: <bool> field to each related resource in a PublishedResource.
Alternative Solutions
No response
Want to contribute?
I would like to work on this issue.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
As discussed, we have concluded that adding the optional field won't be necessary, PR was opened to add the missing unit tests for the related resources. #43
hey @mirzakopic , this issue was found to be N/A, as the default behaviour was already fulfilling the requirements of this issue.
I have reworked the initial PR just to include the unit tests, but they are rather low priority and not directly connected to this issue anymore.
Feature Description
Currently when configuring a related resource, the agent assumes that the reference always needs to exist in an object (i.e. if the configured path is not resolvable, an error is raised).
However there can be cases where the related resource is entirely optional. This currently cannot be expressed with a PublishedResource.
Proposed Solution
I propose that we add a new
optional: <bool>
field to each related resource in aPublishedResource
.Alternative Solutions
No response
Want to contribute?
Additional Context
No response
The text was updated successfully, but these errors were encountered: