S-C-O-U-T / Pyadomd

A pythonic approach to query SSAS data models.
https://pyadomd.readthedocs.io/en/latest/index.html
Apache License 2.0
25 stars 6 forks source link

AdomdConnection() is not defined #21

Open debaratna-nath-maersk opened 1 year ago

debaratna-nath-maersk commented 1 year ago

I am trying to using the pyadomd package to connect to Azure AS cube servers. I have installed the package and the relevant drivers on databricks cluster. However, when I try to establish the connection, it throws the following error:

Screenshot 2023-04-21 at 10 07 32 AM

I understand that this is due to the Adomd client not added to path properly. But the current documentation mentions only about adding the path to a Windows system. What is the workaround when working on a macOS system or a databricks cluster? Also, the Adomd client error also appeared while I tried to import the package. I defined a path variable to where the package is unpacked and then I was able to import it successfully. But while establishing the connection, this error is coming up!

fc0712 commented 10 months ago

Have you found a fix for this issue. I have the same issue