Setting the Basic Normalized tabular data via the API #34729
Replies: 1 comment
-
You're correct that the Airbyte API documentation does not explicitly mention how to enable the "Normalized tabular data" option when creating a connection. However, a user on the Airbyte forum found a workaround by inspecting the network tab with the UI. They used a different endpoint, /api/v1/web_backend/connections/create, and populated the operations field as follows:
You can find this information in this forum post. Please note that this is not officially documented and might not work as expected. The officially documented way to enable "Normalized tabular data" is through the Airbyte UI during the connection setup process, as mentioned in the Airbyte documentation. I hope this helps! If you have any other questions, feel free to ask. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning,
I have been developing a method of deploying sources, destinations and connections via DevOps using the Airbyte API. I have it working pretty well, but notice normalization is always set to Raw Data (JSON) upon deployment. I have hunted through the API docs here https://reference.airbyte.com/reference/start but can't seem to locate a way to alter this setting via the API currently. I wanted to reach out to see if I have missed anything, or if this just isn't possible at the moment.
Beta Was this translation helpful? Give feedback.
All reactions