-
Re: Does anyone know how to add a RecordID column in dataiku. I want to add serial number to each row.
The solution depends on where is your data (what kind of dataset: file based, SQL, etc) and what kind of recipe you want to use (visual, code, you don't care). Also how much data is in your data…1 · -
Re: Governing old projects : easing the archive or deletion
So along the same lines we are working in a process that will inform users of projects that will be tagged as inactive. This will be be done via the Python API and we will email relevant users using …1 · -
Re: Saving spark dataframe as Parquet using standalone Spark on Local server
My bad, this is supported but only on HDFS, S3, GCS and Azure Blob storage connections. You are using a File System connection which is not supported. https://doc.dataiku.com/dss/latest/connecting/fo…1 · -
Re: C compiler error while running python module 'pymc'
This is not a Dataiku issue but a pymc issue. You should probably raise it in the pymc forums or in the Github issues. The fact that it works in your local Anaconda doesn't mean it will work in …1 · -
Re: Why does Dataiku allow two web-apps with the same name?
No, it doesn't but you shouldn't be using the WebApp ID in the URLs that end users use. Those are for you to develop and test Webapps. What you should do is to setup a vanity URL. This is d…1 ·