fivetran / terraform-provider-fivetran

Terraform Provider for Fivetran
https://fivetran.com
Apache License 2.0
40 stars 23 forks source link

Support connector Core Tables in fivetran_connector_schema_config #164

Open michael-robbins opened 1 year ago

michael-robbins commented 1 year ago

Currently if you provide a connectors 'core tables' in the schema config, it will successfully apply, but then if you do another plan/apply the Fivetran provider thinks the 'core tables' don't exist and attempt to apply them again.

This is because the underlying Fivetran API doesn't return 'core tables' when Terraform does the refresh.

Is there a way to support this scenario by either having Fivetran's API return Core Tables, or the Fivetran Terraform provider filtering out the Core Tables in the schema config? Or maybe something else?

LukaDevic commented 1 year ago

Hi @michael-robbins, thank you for reporting this! I created internal ticket.