SupabaseS
Supabase3mo ago
Joe

ClickHouse FDW connection error

Getting the following error when trying to view a foreign material view from clickhouse using the supabase FDW.
Failed to retrieve rows from table
Error: Driver error: `Timeout error.`

Setup the FDW in the dashboard which requires minimal inputs. So unless I input the connection string incorrectly, not clear on what might be the issue and haven't discovered any docs that would guide further.

Here's the current input for the ClickHouse Connection String
tcp://<username>:<password>@<clickhouse_host_id>.us-east-2.aws.clickhouse.cloud:9000
Was this page helpful?