Hi All, I am using databricks delta lake as destin...
# ask-ai
v
Hi All, I am using databricks delta lake as destination with all purpose cluster. Sync seems to fail with Connection is not available, request timed out after 60001ms. It fails before the cluster spins up. It works fine if the cluster is already in running state. Anyway to increase timeout or any other way to configure the cluster?
I was able to solve this by using SQL warehouses within DBx instead of all purpose. SQL warehouses are serverless.
a
Just as a heads up, this might get better visibility if you submit it as a topic to https://discuss.airbyte.io/c/issues/11!
c
using sql warehouses instead of general purpose clusters also fixed the issue for me. from the logs both take about the same time to start up for me, but it looks like there is no timeout for sql warehouses in airbyte.
@v e thanks for sharing 🙂