Connection test: [ERROR] - dbt-databricks behind proxy
See original GitHub issueDescribe the bug
A clear and concise description of what the bug is. What command did you run? What happened? dbt debug gives error Connection test: [ERROR]
1 check failed: dbt was unable to connect to the specified database. The database returned the following error:
Runtime Error Database Error failed to connect
ENV set HTTP_PROXY HTTPS_PROXY
Does not seemed that proxy environment are being used curl to host/http_path is OK
Steps To Reproduce
In as much detail as possible, please provide steps to reproduce the issue. Sample data that triggers the issue, example model code, etc is all very helpful here.
dbt debug
Expected behavior
A clear and concise description of what you expected to happen. connection test OK
Screenshots and log output
If applicable, add screenshots or log output to help explain your problem.
System information
The output of dbt --version
:
Core:
- installed: 1.1.0
- latest: 1.1.0 - Up to date!
Plugins:
- databricks: 1.1.0 - Up to date!
- spark: 1.1.0 - Up to date!
The operating system you’re using:
ubuntu
The output of python --version
:
Python 3.8.10
Additional context
Add any other context about the problem here.
Issue Analytics
- State:
- Created a year ago
- Comments:10
Top GitHub Comments
@xg1990 @thuanvan we are going to add proxy support to the Python connector first (https://github.com/databricks/databricks-sql-python/issues/22). Then we will add support to dbt-databricks.
@thuanvan we’re still waiting for https://github.com/databricks/databricks-sql-python/issues/22 to land.