create publicly accessible read only variable

Options
tomas
tomas Registered, Neuron 2022 Posts: 120 ✭✭✭✭✭
Hi,

I would like to set on the instance level of the DSS a variable what will be readable by everyone in python. When I store something on the global variables section it is readable only by admins. Other users get:

client=dataiku.api_client()
print(client.get_variables().get('env_specific'))

dataikuapi.utils.DataikuException: com.dataiku.dip.exceptions.UnauthorizedException: Action forbidden, you are not admin

Thanks for any tips/advise,
Tagged:

Best Answer

Answers

Setup Info
    Tags
      Help me…