-
Re: How to upload folder into Dataiku library
Hi, How to use Dataiku Api remotely you can learn from this guide. On high-level, the complete solution will look like this: using Ddataiku API remotely upload a zipped library to a DSS local filesys…1 · -
Re: How to upload folder into Dataiku library
Hi, Unfortunately, as you mentioned it is not possible to upload a folder to the libraries at the moment. I see this feature request in out backlog, but we won't be able to provide a timeline of…1 · -
Re: Pivoting a column as an index
Hi, As per provided requirements you are probably better of using Distinct or Group recipes. Please refer to the screenshots below. Is there any particular reason you want to pivot?1 · -
Re: "No DSS URL or API key found from any location" when using dataiku.api_client() in plugin
Hi, It is not possible to call internal Dataiku API from the connector.py as the required context is not available there. Instead, you can move the credentials retrieval from project variables to the…1 · -
Re: Access FTP location from Python Code
Hi @sagar_dubey , if your DSS FTP connection working, it means the instance has access to FTP server so the above code should work. I tested it in my DSS python notebook on my test instace, and it wo…1 ·