Summary
User encounters a 422 error during Terraform apply after upgrading Airbyte, indicating missing required properties in the JSON schema.
Question
Hi . 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.