Give option for end-user to have customized column names #36064
Replies: 7 comments
-
That's a great idea @rahulpadhy7 |
Beta Was this translation helpful? Give feedback.
-
Do you think this feature would be sufficient and acceptable to solve your issue with column names? |
Beta Was this translation helpful? Give feedback.
-
Hi @ChristopheDuong , more precisely, this feature should solve where I'm stuck. |
Beta Was this translation helpful? Give feedback.
-
the issue you linked will also be worked on soon, but it will simply port the "boolean" setting for toggling normalization on and off to the connection/sync page. |
Beta Was this translation helpful? Give feedback.
-
Hey @ChristopheDuong , you're right. Basically the need is to have some sort of access for the end-user to change/modify the generated column-names. |
Beta Was this translation helpful? Give feedback.
-
Hi. In my case, my source is Zuora and the object/attribute names are in camel case (e.g. If it's easier/faster, can Airbyte leave the original source objects/attributes' case as it is? For reference and more detail of my case, here's the link for the discussion I opened. |
Beta Was this translation helpful? Give feedback.
-
This can be handled by platform and be completely transparent to connectors and normalization. Destination and normalization processes simply receive the catalog from the platform. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Airbyte doesn't have an option to have customized column names for tables. If due to some unforeseen circumstances, its required to switch between Airbyte and say Fivetran for data syncups, column names don't match up and thence, quite a few changes are required in the codebase to align things.
Fivetran does column naming according to this
Tried uploading data to the BigQuery warehouse and source being Google Sheets, the column names in my Google Sheets were - col__1, _col2, col 3, col - 4
Leaving some examples below as to what is desired :-
Basically, the idea is to provide the end-user with an option so that they can customize their column-names, albeit following the Airbyte configurations.
┆Issue is synchronized with this Asana task by Unito
Beta Was this translation helpful? Give feedback.
All reactions