William Jiang

Results 2 comments of William Jiang

I have managed a workaround by creating a custom source. ``` resource "airbyte_source_custom" "source" { name = "tf_linear" workspace_id = var.workspace_id configuration = jsonencode({ "api_key" = var.linear_api_key }) definition_id =...

same with klaus api ``` Error: unexpected response from API. Got an unexpected response code 400 │ │ with airbyte_source_klaus_api.klaus_source, │ on connections_klaus.tf line 2, in resource "airbyte_source_klaus_api" "klaus_source": │...