MSSQL (Microsoft server ) pipeline for ingestion ,...
# ingestion
a
MSSQL (Microsoft server ) pipeline for ingestion , referring to the mysql-ingestion.python
a
I saw you are still using
mysql.connector
, I think you should install
pyodbc
as this example shows:
<https://datatofish.com/how-to-connect-python-to-sql-server-using-pyodbc/>
a
Hi @acceptable-architect-70237 thanks for the pyodbc suggestion, I am already using it in the imports @line 63 I am using pyodbc connector