Search code examples
pythondjangoweb-frameworksazure-analysis-services

Connect Django to Azure Analysis Services


I am fairly new to all of his so would appreciate the help. Does anyone knows how would you "connect" to Azure Analysis Services with Django to use as data source? I am assuming within settings.py you would need to change database. Default is SQL lite:

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': BASE_DIR / 'db.sqlite3',
    }
}

I am looking at Connecting to Microsoft SQL server using Python so would it be the same?


Solution

  • Unfortunately, you cannot connect Django to Azure Analysis Services.

    Reference: Data sources supported in Azure Analysis Services

    I would suggest you to provide feedback on the same:

    https://feedback.azure.com/forums/556165-azure-analysis-services

    All of the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure