Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on April 24, 2019 1:17AM
Likes: 0
Replies: 0
Hi there, I tried to run a scenario in automation node with a new user ID in the scenario setting page. This ID has the permission to access the dataset, the project, etc.
But an error shows about reading local dataset schema: 'Error in R process: simpleError : Failed: empty schema'
In the success case when running under another ID, the log tells:
df <- dkuReadDataset("table")
[dku.jobs] - Connects using API ticket
Received command : /tintercom/datasets/get-schema
So I thought it would because the new ID doesn't have the 'API ticket' to read the dataset schema? Then how to setup this API ticket?
Thank you!