- Is this your first time deploying Airbyte?: No
- OS Version / Instance: Any
- Memory / Disk: Any
- Deployment: Any
- Airbyte Version: 0.40.10
- Source name/version: Any
- Destination name/version: 0.4.38
- Step:
- Create a connection with the Snowflake destination connector with “Destination Namespace” set to “Custom format”, and “Namespace Custom Format” set to something like “airbyte.io コーポレートサイトGA” which contains multi-bytes characters.
- Sync
- Description:
You’ll find a schema name defined as “AIRBYTE_IO__________GA” and there would be only_AIRBYTE_RAW_
tables inside.
Every Snowflake identifiers should be enclosed by double quotes as described in Identifier Requirements — Snowflake Documentation to support multi-bytes characters for identifiers.
I tried some variations such as"airbyte.io コーポレートサイトGA"
,\"airbyte.io コーポレートサイトGA\"
,\\"airbyte.io コーポレートサイトGA\\"
,""airbyte.io コーポレートサイトGA""
, but to no avail.