Hi,
I have a req where we need to connect to azure synapse from databricks notebook. We had a class for connection which accepts server db username and pwd. We are trying to create obj for this and use the connection but unable to get in where we are getting time out issues. Can you suggest.
Am getting the following error:
('HYT00', '[HYT00] [unixODBC][Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)')
Thanks in advance.