Exporting all connections, sources, and destinations

Summary

User inquiring about exporting all connections, sources, and destinations from the platform.


Question

can i export all the connection/sources/destinations?



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.

Join the conversation on Slack

["export", "connections", "sources", "destinations", "platform"]

No, there is no export option in UI, but you can do something different – terraform.

I recommend using terraform for storing Airbyte configuration (sources/destinations/connections) https://github.com/airbytehq/terraform-provider-airbyte
You will define configuration for one environment, then you can copy-paste to other environments (or use terraform modules).

If you check documentation, for terraform resources it is possible to “import” them (check Import section)
https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs/resources/connection

i will definetely take a look and use it
thanks for sharing

since i know terraform i can do it
many other users who dont have terraform experincen they are stuck