I have a clickhouse source table and a bigqeury destination table.
I’ve setup a connection, and i want to copy the clickhouse table to bigquery.
Everything works fine, however i would like to change the destination table name.
If, say, the clickhouse source table is named users
,
then i want the destination bigquery table to be named customers
(instead of users
).
Is it possible to do with airbyte?
I tried to look into the namespaces documentation but it didnt seem to fit my needs.
thanks