ODBC driver error

I wanted to run a simple python script with simple query. my python script is running well. But when I add @flow decorator, its showing the following error:
“[08001] [unixODBC][Microsoft][ODBC Driver 17 for SQL Server]TCP Provider: Error code 0x2746 (10054) (SQLDriverConnect)”
Kindly suggest me @taylor_curran

it looks like you need to install that SQL Server driver and pyodbc library in your environment