Anybody familiar with connecting SQL Server in Azu...
# prefect-getting-started
m
Anybody familiar with connecting SQL Server in Azure to prefect cloud? Have tried to do it manually by installing pyodbc in my workplace, that didn't work. Then tried doing it via SQL alchemy (using the SQL alchemy connection) and am getting a bunch of strange errors that make it very difficult to figure out whats going wrong this is the error: sqlalchemy.exc.InterfaceError: (pyodbc.InterfaceError) ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDriverConnect)') (Background on this error at: https://sqlalche.me/e/20/rvf5)