Augustin Lafanechere (Airbyte)
06/16/2022, 6:37 AMconfiguration.yaml
file. (PR)
⢠You can now deploy a connection on multiple Airbyte instances. This was problematic because configuration.yaml
referenced source and destination id that are different on each instance/workspace. (PR)
⢠You can now set custom HTTP headers to be sent to Airbyte. This can be useful if you have a custom authentication mechanism in front of Airbyte. It is also a great step to ensure the CLI compatibility with Airbyte Cloud in the future when our public API will be released. (PR)
To benefit from these updates you need to upgrade Airbyte and octavia-cli
to version 0.39.19.
Here is a guide to upgrading Airbyte.
To upgrade octavia-cli
you can run curl -s -o- <https://raw.githubusercontent.com/airbytehq/airbyte/master/octavia-cli/install.sh> | bash