Removal of airbyte-api-server in Airbyte version 0.63.X

Summary

Airbyte service airbyte-api-server has been removed in version 0.63.X, affecting Terraform deployments. How to manage connectors/connections now?


Question

hello :wave:
with new Airbyte versions 0.63.X , the Airbyte service airbyte-api-server has been removed
we used it (port 8006) to deploy our connectors/connections via Terraform Airbyte provider, as explained in the official documentation here: https://reference.airbyte.com/reference/using-the-terraform-provider
how can we manage it right now ?
thank you for your help :pray:



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

["removal", "airbyte-api-server", "version-0.63.X", "terraform", "terraform-provider"]

could you confirm we may have to switch using port 8001 from now, which is on the airbyte-server service ?
then use /api/public/v1 path for airbyte server url in TF conf ?

Yep, docs are likely just not updated with the recent deprecation. Details here:
https://reference.airbyte.com/reference/standalone-server-deprecation-and-migration-to-airbyte-server

(just to clarify, that confirms the the details you listed for port and path should work)