Unable to set up SQL Server backend using pyodbc for airflow on a Centos 7 server
I'm trying to set up SQL Server backend for airflow. But getting this timeout error, when I do airflow initdb: sqlalchemy.exc.OperationalError: (pyodbc.OperationalError) ('HYT00', '[HYT00] [Microsoft][ODBC Driver 17 for SQL Server]Login timeout expired (0) (SQLDriverConnect)') My connection string in airflow.cfg looks…