-
Re: Custom code sample
Hi, There isn't a builtin functionality to export/import code snippets. However, all code snippets are stored in the "config/code-snippets" folder of the DSS data directory, and you ca…2 · -
Re: Exporting data traceble in log files
Hi, User actions can be traced using the DSS audit log (https://doc.dataiku.com/dss/latest/security/audit-trail.html), i.e. the JSON files in the "run/audit" folder of DSS. Each line will c…1 · -
Re: Interact with partition in a exporter plugin
This is not possible indeed. You may want to write a recipe instead of an exporter for that need.2 · -
Re: Support for Dask distributed jobs?
Hi, We've studied in the past leveraging Dask for our Visual ML but we encountered various stability issues which forced us not to consider it for that specific usage. We are not currently consi…1 · -
Re: Can I limit the size of my data volume input
Hi, I think you're looking for the sampling recipe. You could create 3 sampling recipes from your original dataset extracting (for example) 1%, 5% and 30% of your input dataset (and outputing th…1 ·
