Summary
When creating a connection via the Airbyte API with
custom_formatasnamespaceDefinition, the synced table name includes additional pieces likeraw__stream. How to avoid this and have only<namespaceFormat>_<source_table_name>?
Question
Hi all, just puzzled by the final name of the table where the data is synced. When creating the connection via the Airbyte API I use custom_format as namespaceDefinition , I can see the namespaceFormat string prepended in the table name, but there’re additional pieces like raw__stream so the final name is <namespaceFormat>_raw__strem_<source_table_name> , does anyone know how to avoid this? Ideally, I would want only <namespaceFormat>_<source_table_name>
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.