Airbyte converts the source objects and attributes names to UPPERCASE

  • Is this your first time deploying Airbyte?: Yes
  • OS Version / Instance: Linux (Amazon)
  • Memory / Disk: you can use something like 16Gb / 8 Gb
  • Deployment: Docker
  • Airbyte Version: 0.40.10
  • Source name/version: Zuora alpha 0.1.3
  • Destination name/version: Snowflake
  • Step: The issue is happening during sync
  • Description:

The Zuora source table names and column names (or object and attribute names) are being converted to lowercase by default. For example while the source attribute is accountNumber I see Airbyte logs that it looks as accountnumber and then when it loads to the target (Snowflake) it converts them all to upper case like ACCOUNTNUMBER with the normalization process.

Is there a setting to disable this automatic case change? It’s important because we’d like all source tables and columns to be as snake style . It’s only possible to do it if I have the names as original accountNumber so I can detect the word and rename it to something like account_number.

Thank you.
Murat

Hi, Murat! Unfortunately this feature is not available yet, however there is an issue open for it:
https://github.com/airbytehq/airbyte/issues/3392

Please feel free to add your voice to the discussion so the team knows this is of interest to you! :slight_smile:

1 Like

Thank you @natalyjazzviolin