-
DSS plugins with PySpark
I am looking at https://learn.dataiku.com/howto/code/plugins/writing-your-first-dss-plugin.html and am wondering if it is possible to use a PySpark recipe instead of a Python recipe to create a recip…1 · -
I want to create an e-mail alert system in the event that something happens on a live data feed. How
Hello - I want to create an e-mail alert system where, in a live feed of data, if something happens an e-mail is sent out to alert me. Is this something Dataiku can do? How would I do that?1 · -
Re: Adding a SAS data source
You should be able to upload sas7bdat files directly to Dataiku DSS the same as any other file. However compressed files are not yet supported. For now, you can use python recipe (using the sas7bdat …1 · -
Re: Get shared projects using Dataiku API
Hi, this code snippet can help you get the list of shared datasets + their connections. client = dataiku.api_client() for project_key in client.list_project_keys(): print "*** EXPOSED FROM PROJE…1 · -
How Can I Connect to Sharepoint list for Data extraction using DSS
Trying to connect to an https sharepoint list to extract data to DSS1 ·