Python-osdk docs are out of date

https://www.palantir.com/docs/foundry/ontology-sdk/python-osdk#filtering docs are out of date
says filter using page = client.ontology.objects.ExampleRestaurant.where(ExampleRestaurant.restaurant_name.is_null()).iterate()
where as console is saying

Using Object.<property> for filtering is deprecated. Please use Object.object_type.<property> instead.

Appreciate the flag! We are updating our docs right now to reflect this change, and we’ve also gone ahead and updated the filtering API reference examples in Dev Console. You should see these changes by early next week.

Thanks for helping us make our documentation better!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.