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?!