Carolina

Results 10 comments of Carolina

Airbyte version 1.1.0; no sync logs, the error occurs when testing the source, fails adding the connection from Terrabyte.

Tested again after upgrading to Airbyte v1.2.0 Configuration check failed Workload failed, source: airbyte_platform Learn more Internal message: Init container error encountered while processing workload for id: 47f20000-dd5e-4636-8c39-e7cea2453331_e0a12341-f71f-4ab7-ae1a-2e1234dc41c3e_0_check. Encountered exception...

> I'm facing a similar issue. (Airbyte v0.63.9) When creating a Bing source (v2.8.3) using Terraform, the source is being created successfully, but an error occurred when attempting to test...

Getting this error using airbyte terraform provider version 0.7.0-beta2, when running terraform apply with the following resource (https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs/resources/source_mixmax): ``` resource "airbyte_source_mixmax" "mixmax" { configuration = { api_key = "ASDFGHJKJHGFDCXSFGHJK" start_date...

Full error message: ``` │ Error: unexpected response from API. Got an unexpected response code 400 │ │ with module.projects.airbyte_source_mixmax.mixmax, │ on modules/projects/api_source.tf line 375, in resource "airbyte_source_mixmax" "mixmax": │...

TF_LOG output: 2025-03-10T16:29:56.035-0400 [DEBUG] [aws-sdk-go] {} ╷ │ Error: unexpected response from API. Got an unexpected response code 400 │ │ with module.projects.airbyte_source_mixmax.mixmax, │ on modules/projects/api_source.tf line 375, in resource...

> > Can this be merged? > > There are conflicts with the main branch, so we can't merge this. > > For the record: There is an ongoing effort...

@bryanck - for us, we are using this for streaming data, so equality deletes are needed. Based on another comment from April: https://github.com/apache/iceberg/pull/12070#issuecomment-2801973306 it looks like others are in the...

@bryanck - in the linked thread, you mentioned that the flink sink is looking at a similar issue, do you have the Github issue for us to track?