The connection string in [`config.py`](https://github.com/yorek/ssis-dashboard/blob/b2c1af10b662972ac62895623df4b6ad1f440e56/dashboard/config.py#L12) has the wrong driver version number. Says 17, should be 13. ``` # Connection string to SSISDB CONNECTION_STRING = { "main": "DRIVER={ODBC Driver 17 for SQL Server};SERVER=localhost;DATABASE=SSISDB;UID=;PWD=", } ```