Unable to connect to Databricks from Dbt

What issue are you having?

Not sure if you were able to see the screenshot I attached earlier. This is what happens when I give dbt debug.

PS C:\Users***> dbt debug
23:59:36 Running with dbt=1.8.3
23:59:36 dbt version: 1.8.3
23:59:36 python version: 3.12.4
23:59:36 python path: C:\Program Files\Python312\python.exe
23:59:36 os info: Windows-2019Server-10.0.17763-SP0
using legacy validation callback
23:59:46 Using profiles dir at C:\Users*
.dbt
23:59:46 Using profiles.yml file at C:\Users*.dbt\profiles.yml
23:59:46 Using dbt_project.yml file at C:\Users*
**\dbt_project.yml
23:59:46 adapter type: databricks
23:59:46 adapter version: 1.8.3
23:59:46 [WARNING]: Deprecated functionality
The tests config has been renamed to data_tests. Please see
Add data tests to your DAG | dbt Developer Hub for more
information.
23:59:46 Configuration:
23:59:46 profiles.yml file [OK found and valid]
23:59:46 dbt_project.yml file [OK found and valid]
23:59:46 Required dependencies:
23:59:46 - git [OK found]

23:59:46 Connection:
23:59:46 host: *.cloud.databricks.com
23:59:46 http_path: /sql/1.0/warehouses/

23:59:46 catalog: sit
23:59:46 schema: silver_raw_datavault
23:59:46 Registered adapter: databricks=1.8.3
23:59:46 Connection test: [ERROR]

23:59:46 1 check failed:
23:59:46 dbt was unable to connect to the specified database.
The database returned the following error:

Runtime Error
Database Error
Proxy URL had no scheme, should start with http:// or https://

Check your database credentials and try again. For more information, visit:

The only thing we can infer from this error log is that there is something odd with your credentials. Double-check if they are defined in the right way

Thanks for the response, there were issues with the proxy settings.
Issue is fixed now, I am able to connect.