-
Re: Community Edition: Usage reporting
Hi @Jurre , Yes, it's true that community edition users cannot disable reporting. If you want to access your usage report, you can: 1. Go to the DSS diagnostic tool in Administration > Mainte…2 · -
Re: Setting environment in a python plugin
The screenshot that you shared shows that you don't have admin rights on your instance. Based on your previous comments, I thought earlier that you could not edit the code of the plugin. That…1 · -
Re: Get Job list in project and each job statistics like start time , end time, status etc. [Python]
Hi @RajeshRana84 , To retrieve the list of jobs, I believe you should use : project.list_jobs() instead of project.list_jobs And you'll get a list like this : Does it answer your question?1 · -
Re: Creating directories within python script, os.mkdir causing issues
Hi @kman88 , To create directories in DSS, I'd recommend using the Dataiku's API instead of mkdir, it is more convenient to manage permissions and handle the user isolation framework. Could…1 · -
Re: Application As A Recipe: Is It Possible To Have A Partitioned Dataset As An Input?
Hi @kathyqingyuxu , Applications as a recipe don't support partitioned input datasets right now. It is part of their current limitations.1 ·