-
Re: Issues with the Google Drive plugin: file not appearing in the Managed Folder in Dataiku
A Dataiku Managed Folder should point to a folder in your storage layer not a file. Also annoyingly Dataiku creates the actual physical folder a managed folder points to only after you upload a file …1 · -
Re: How do Preserve chienese text format during CSV to dataiku load?
When you upload a CSV file, which is what I am assuming you are doing as you are not saying how you are loading this dataset, you can click on configure format and then on "Show advanced options…1 · -
Re: How to append dataframe in existing output dataset
https://community.dataiku.com/discussion/comment/45285#Comment_45285 Yes, the solution is to use a connection type that supports writing in append mode. Failing that you could use a circular recipe (…1 · -
Re: Combining data sources from Blob Storage
While it's easy to dump the data in cloud storage like that it's very hard to retrieve and to perform any data retrieval when you have millions of files. So you really should move away from…1 · -
Re: Beginner Help: Deploying an API Service with Pickle Model from Jupyter Notebook in Dataiku
An API service running in the API node and doesn't have a project context. In fact the API node doesn't even have access to the project data. I am guessing that you are only testing your AP…1 ·