-
Re: Interact with partition in a exporter plugin
Hi, Your exporter is not aware of partitions. In fact, your exporter is not even aware that it's exporting a dataset. The reason is that when you write an exporter plugin, it can actually be used for…1 · -
Re: Issues in Jupyter Notebook
Hi, If you write in a notebook cell python3 --version, it tries to execute that as Python code, but that's not valid Python code, hence the python3 is not defined If you want to get the output of a s…2 · -
Re: Git Dataiku - instead of revert to a commit- see the full code of that commit
Hi, This is not possible in DSS. We would advise you to push your project to a repository on your enterprise Git server and to use the UI of your Git server for deeper exploration.1 · -
Re: Cleanup up session using Lots of diskspace.
Hi, Are these projects that you are not using anymore ? In this case, you can simply remove these folders. Else, you'll need to assess for each analysis whether you still need the trained models and …1 · -
Re: Sampling from Millions of Rows into Dataframe
Hi, If your database supports some native random sampling without a full scan, you may try to use SQLExecutor2 also in your database to load the sample. However, assuming that you want a "stable…1 ·
