Error during Terraform apply with Airbyte upgrade

Summary

User encounters a 422 error during Terraform apply after upgrading Airbyte, indicating missing required properties in the JSON schema.


Question

Hi :slightly_smiling_face:. we have upgraded our Airbyte version to 0.64.3, using Airbyte TF module version 0.6.2, in TF plan our changes dont raise any issues however when we hit apply I get the following error: {"status":422,"type":"<https://reference.airbyte.com/reference/errors#unprocessable-entity>","title":"unprocessable-entity","detail":"The body of the request was not understood","documentationUrl":null,"data":{"message":"json schema validation failed when comparing the data to the json schema. \nErrors: $: required property 'databricks_server_hostname' not found, $: required property 'databricks_http_path' not found, $: required property 'databricks_personal_access_token' not found, $: required property 'data_source' not found "}}



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

['airbyte', 'terraform', 'upgrade', 'error', 'json-schema', 'databricks']

Thank you for the response :slightly_smiling_face: :pray: Databricks connector is 3.3.0. Ill update it and try again

First thing, I recommend using the latest provider version 0.6.5
Second thing, which version of databricks connector do you use?

Thank you for the response :slightly_smiling_face: :pray: Databricks connector is 3.3.0. Ill update it and try again