Roberto Walter
10/22/2024, 10:20 PMuser
10/22/2024, 10:21 PMRoberto Walter
10/23/2024, 4:32 PMuser
10/23/2024, 4:32 PMuser
10/23/2024, 4:32 PMoctavia import
command to import your existing Airbyte configurations into the Octavia project. 3. Edit YAML configuration files: If necessary, you can edit the imported YAML configuration files to suit the needs of the new Airbyte instance. 4. Apply configurations to a different instance: Finally, you can use the octavia apply
command to apply the configurations to the new Airbyte instance[^3^]. Here's an example of how to apply these changes to a different Airbyte instance: bash octavia apply –airbyte-url <http://production.myairbyte.com> –force –airbyte-username YOUR_USERNAME –airbyte-password YOUR_PASSWORD
[^3^]: (Source: https://airbyte.com/tutorials/version-control-airbyte-configurations) Please note that you need to replace <http://production.myairbyte.com>
, YOUR_USERNAME
, and YOUR_PASSWORD
with your actual Airbyte URL, username, and password. Also, please be aware that when importing resources, Octavia overwrites the environment variables that you configured originally with the real value and replace secrets with '**********'. Given this limitation, you won't be able to push this new configuration to a different instance without editing the secrets in the template and adding the environment variables that may change between instances[^3^]. [^3^]: (Source: https://airbyte.com/tutorials/version-control-airbyte-configurations)