Solved
Cannot Connect to Data Model on ML workbench
Cannot Connect to Data Model on ML workbench
Best answer by guillermo.gost12
Hmmmm....
it should be really simple
from pycelonis import get_celonis
celonis = get_celonis()
celonis.datamodels
(you will get a list of ALL the data models that your key has access)
datamodel=celonis.datamodels.find('datamodelname')
and data model is a data model object that you can use as per
https://celonis.github.io/pycelonis/1.7.1/reference/celonis_api/event_collection/data_model/
Most of the times can be that, simply, your key has not permissions.
Or that the name you put in the .find() is incorrect/misstyped/etc..... so .find() will return an empty value.
HTH
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.