fivetran / terraform-provider-fivetran

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

How can I manage "Historical Sync Time Frame" for Google Analytics 4 #375

Closed madforchili closed 1 day ago

madforchili commented 1 day ago

Is your feature request related to a problem? Please describe. image

for Google Analytics 4 connector. how can I update "Historical Sync Time Frame" via Terraform?

i tried to use "historic_sync_time_frame" with value "3 months" or "3M"

╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to fivetran_connector.google_analytics_4, provider │ "provider[\"registry.terraform.io/fivetran/fivetran\"]" produced an │ unexpected new value: .config.historic_sync_time_frame: was │ cty.StringVal("3 months"), but now null. │ │ This is a bug in the provider, which should be reported in the provider's │ own issue tracker. ╵

if this is the right place to manage, what is available values? I couldn't find any information around it

madforchili commented 1 day ago

The fivetran_connector documents are too hard to read for each source. is there any plan to make it better readable? for instance google_analytics_4 source which parameters are required and valid

fivetran-aleksandrboldyrev commented 1 day ago

For this connector, this field is called timeframe_months We are working on improving the documentation - we plan to make it individual for each service instead of the general one as it is now