OSDK in Code Workspace Support RV-Based Object Types

We are planning to do a workflow where a lot of data is generated via actions. The objectset is based on a restricted view, since the entered data is confidential.
A power user group experienced in writing python programs wants to programmatically access the data in code workspaces / jupyter lab notebooks to get the most recent data for custom analyses / visualizations.

The documentation states that there is not YET the capability to include RV-backed objects: Code Workspaces • Interact with the Ontology • Palantir
Is it clear that this is on the roadmap?

To my best knowledge, I could also generate a python SDK and let them do their Jupyter Lab things locally, right? This way, they would have access to the RV-Backed objects… Of course, this is not as collaborative as having this directly in the platform.

Do you maybe have another recommendation? One could also filter their data out of a materialization and create a separate project were they can work on the pure datasets. This then introduces a lag due to the pipeline needing to be triggered… Maybe not the most elegant option?!

Hi! The Code Workspaces team is tracking Restricted View-backed OSDK support, and are working on scoping it out. It is possible to generate a python OSDK and let the users do their development locally. If you want to work in platform, I believe the current best work around would be (as you suggested) to filter their data of these restricted views and create a separate project where those users can work on pure datasets.

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