Luis Vicente
Results
2
issues of
Luis Vicente
After upgrading to requests 2.32.* our custom SSL adapter doesn't seem to working anymore. This is how it looks like ``` class CustomSSLAdapter(HTTPAdapter): def __init__(self): self.context = ssl.create_default_context() certfile =...
**Description** Release 0.29.0 broke dbt projects based on dbt-databricks 1.6.4 **Reproduction** Doing a fresh reinstall of dbt-databricks 1.6.4 and running `dbt list` fails with the following error ``` 12:24:40 Running...