Open guy-radford-sunswap opened 1 year ago
Thanks for raising this. I was completely unaware that you could set more than one policy for a table.
Not a worry, I have temporarily updated the function to do both jobs. I used the feature for function versioning and separation of concerns.
Thank you for a great TF Plugin :) This is my first time with TF and ADX, As I get more familiar (and learn Go) Ill try to help and raise some PRs.
Hi, Wondering if there has been any progress on this issue?
Thank you Guy
Hi,
I see you have done a load of updates... did this one get done or is it scheduled to get fixed?
Thank you Guy
Is there an existing issue for this?
Terraform Version
v1.3.7
ADX Provider Version
v0.0.21
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
I would expect the two
Update Policy
's to be applied to the table.Actual Behaviour
.show table device_sensor_values policy update
[ { "IsEnabled": true, "Source": "events", "Query": "fn_extract_device_sensor_values_for_version_1_events", "IsTransactional": true, "PropagateIngestionProperties": false } ]
Steps to Reproduce
Apply two separate Update Policy's to the same table, I would expect both policies to be listed, appears that only one is applied (order by be random).
Important Factoids
No response
References
No response