SAP ERP on HANA connector schema not loaded when using Terraform
AnsweredWhich connector?:
SAP ERP on HANA
Additional details:
We encountered an issue wherein calling the resource fivetran_connector_schema_config in Terraform (using the fivetran/fivetran provider) for the first time returns an error that the table does not exist even though it does exist when you manually configure a connection in the UI.
Based from the case 374689 I raised with Fivetran, this is a known issue and as a workaround we have to call a Fivetran API endpoint first (either outside Terraform or via a local-exec in Terraform) to preload the table and only after that we can manage the table in Terraform.
My request is to include this preloading as part of the fivetran_connector_schema_config resource so we don't have to do other calls to discover the schema tables first.
-
Hi Ian,
This makes sense. Requiring a separate API call beforefivetran_connector_schema_configworks defeats the purpose of managing the connector declaratively in Terraform. We will review to see if/how we can improve this.Best regards,
Edwin
Please sign in to leave a comment.
Comments
1 comment