GitHub user Nik435 edited a discussion: Database Connection via Azure.Identity 
Azure SQL Server

Hello,

I'm looking for a solution to integrate Superset into my Azure environment.
I'm using an Azure SQL Server as the database.
I don't want to use a username/password for the connection.

The goal is to use an authentication token, which should work similarly to the 
example below from the .NET environment:
Server=tcp:<database>.database.windows.net,1433;Initial Catalog=<db>;Persist 
Security Info=False;Authentication=Active Directory 
Interactive;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection
 Timeout=30;

I've already looked into solutions using ODBC  [Microsoft SQL Server — 
SQLAlchemy 1.4 
Documentation](https://docs.sqlalchemy.org/en/14/dialects/mssql.html#pass-through-exact-pyodbc-string),
 but I can't find a way to extend the Superset connection string with the 
authentication token.

Are there already any approaches or solutions for this?

Thanks for your help :)



GitHub link: https://github.com/apache/superset/discussions/33419

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to