This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 3
[airbyte_connection] Error when setting "selected = false" at the sync_catalog #9
Labels
bug
Something isn't working
Comments
If someone is struggling with selecting specific columns as well I have a workaround. In this example I just want to sync the columns 'Account' and 'AccountHistory' from Salesforce and 'contacts' from Hubspot. variables.tf:
dev.tfvars:
locals.tf:
conf_connection.tf:
|
@PierreKerschgens this should be fixed in the latest version of the library (0.1.19). If it's not, lmk. The Airbyte API is kinda weird with this where instead of returning everything in the response, it literally removes the ones that aren't selected. |
Hey @eabrouwer3. I updated to version 0.1.19 and when I use "selected = false" I get tons of these kind of errors:
I'm very thankful for you effort! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @eabrouwer3,
I'm trying to create a connection for a source where we don't want to sync every column from.
Since the sync_catalog.destination_config is mutable I tried to deselect specific columns with
selected = false
but it leads to this error:The text was updated successfully, but these errors were encountered: