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
Fix logic that allows ignoring Resource and SDK setters (#539)
Issue #, if available:
Description of changes:
- fix logic that allows ignoring SDK setters (i.e. `sdkCreate` and `sdkUpdate`) for nested fields. The field path map is currently queried using a wrong key i.e. the field name instead of field path.
- introduce logic that allows ignoring Resource setters (i.e. `sdkFind`).
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments