You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling with loading data from Postgres (AWS RDS, version 14.10) to Clickhouse (self-hosted, v24.8.4)
While using FULL_TABLE with the setup below, I'm getting an exception that the Database does not exist. The problem is that Clickhouse target is trying to put the data to a database name from Postgres (source) schema some_source_schema instead of meltano from CH section.
Basically I want to replicate:
document table from some_source_schema from Postgres
TO
document table from meltano database in Clickhouse
Hi!
I'm struggling with loading data from Postgres (AWS RDS, version 14.10) to Clickhouse (self-hosted, v24.8.4)
While using
FULL_TABLE
with the setup below, I'm getting an exception that the Database does not exist. The problem is that Clickhouse target is trying to put the data to a database name from Postgres (source) schemasome_source_schema
instead ofmeltano
from CH section.Basically I want to replicate:
document
table fromsome_source_schema
from PostgresTO
document
table frommeltano
database in ClickhouseHere is the error log I get:
When I create the DB in Clickhouse, then I'm getting:
Interestingly, table in
meltano
database is properly created with columns matching source (Postgres)The text was updated successfully, but these errors were encountered: