Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

BUG-SQL datanode not working with Azure SQL Database #87

Closed FlorianJacta closed 2 years ago

FlorianJacta commented 2 years ago

Description The problem raises when trying to connect to a Azure SQL database. This is the error: (pyodbc.InterfaceError) ('IM002', '[IM002] [Microsoft][Gestionnaire de pilotes ODBC] Source de données introuvable et nom de pilote non spécifié (0) (SQLDriverConnect)')

How to correct it

How to improve it

How to reproduce Run the demo 'classification_csv_churn_v2' from 'taipy_0_13' branch present here: https://github.com/Avaiga/demos An error is raised because of the SQL datanode.

Expected behavior We shouldn't have an error.

Runtime environment Windows 11

florian-vuillemot commented 2 years ago

FreeTDS can also be. We should pass the driver directly as argument.