Run error on Python Code
Parul_ch
Partner, Registered Posts: 34 Partner
Hi,
Can anyone guide me, I'm getting this error in my Python script:
An error occurred
Error in Python process: At line 25: <class 'dataikuapi.utils.DataikuException'>: com.dataiku.dip.exceptions.UnauthorizedException: Action forbidden
Additional technical details
- Error type:<class 'dataikuapi.utils.DataikuException'
Thanks,
Parul
Best Answer
-
Sergey Dataiker, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts Posts: 365 Dataiker
Hi @Parul_ch
,This means that the user running the code has no access to some DSS object or is about to run something that he is not allowed to do. Without knowing details of this recipe/code we cannot say for sure which permission exactly is missing. Please provide a screenshot of where do you get this error message.
Answers
-
Thanks a lot @sergeyd
, let me check the permissions.