Component
Python SDK
Describe the Feature Request
Similar to client.store.get(), allow the SDK to return None when a Node is not found via client.get() instead of raising an Error if the parameter raise_when_missing is True
Describe the Use Case
More flexibility for customer in their script and avoid using client.filters() to get an empty list to bypass the Error
Additional Information
No response