Error when applying TF plan after upgrading Airbyte version

Summary

Error message ‘unprocessable-entity’ with details of missing properties like ‘databricks_server_hostname’, ‘databricks_http_path’, ‘databricks_personal_access_token’, and ‘data_source’ during JSON schema validation after upgrading Airbyte to version 0.64.3 and using Airbyte TF module version 0.6.2.


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

["error", "applying-tf-plan", "airbyte-version-upgrade", "terraform", "unprocessable-entity", "json-schema-validation", "databricks"]

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