We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9d6bc commit 71f8df9Copy full SHA for 71f8df9
.github/workflows/drivers-tests.yml
@@ -331,7 +331,8 @@ jobs:
331
timeout_minutes: 20
332
command: |
333
dig ohio.cloud.databricks.com.
334
- curl -v https://ohio.cloud.databricks.com.
+ curl -v https://ohio.cloud.databricks.com
335
+ curl -v https://ohio.cloud.databricks.com/sql/1.0/warehouses/
336
cd ./packages/cubejs-testing-drivers
337
export DEBUG=testcontainers
338
yarn ${{ matrix.database }}-full
0 commit comments