Skip to main content

Hi,

I am using Celonis training instance and trying out ML workbench.

I am referring Celonis documentation to fetch analysis data using python in ML workbench (https://celonis.github.io/pycelonis/1.6.0/tutorials/api_tutorial/01_Pulling_data/)

 

I am getting this error on this line of code:

Error:

AttributeError: 'Celonis' object has no attribute 'analyses'

 

On Line:

analysis= celonis.analyses.find("testanalysis")

 

Looking for some help on this.

Please suggest.

 Thank you.

I missed adding the code line, Celonis object is fetched using get_celonis () call

celonis = get_celonis()


Reply