How to fetch data from AAA through custom python code.

Shrikant Garg1 0 Reputation points
2024-04-04T05:47:58.38+00:00

I have a AAA which has tabular models. I want to built a custom application may be using python to fetch data from Azure analysis service. How can i do it?are there any python sdk, driver or REST endpoint? Any links or code snippet will really help.

Thanks

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
439 questions
{count} votes

1 answer

Sort by: Most helpful
  1. BhargavaGunnam-MSFT 27,156 Reputation points Microsoft Employee
    2024-04-04T18:17:35.2833333+00:00

    Hello Shrikant Garg1,

    Welcome to the Microsoft Q&A forum.

    We have Azure Analysis service Rest API to manage resources.

    Reference: https://learn.microsoft.com/en-us/rest/api/analysisservices/?view=rest-analysisservices-2017-08-01

    also, please follo the below document explained how to Connect to Azure Analysis Services Data in Python on Linux/UNIX

    https://www.cdata.com/kb/tech/azureanalysisservices-odbc-python-linux.rst

    I hope this helps.

    0 comments No comments