Unity Catalog securable objects can be tagged with key value pairs: https://learn.microsoft.com/en-us/azure/databricks/database-objects/tags
Is it possible tag objects via REST API calls?
I initially thought any Unity Catalog resource in the Databricks provider for Terraform would have a tags attribute (like resources in other Terraform providers often do) but that turns out not to be the case.
I inspected the network traffic when setting a tag manually and found a PATCH request to /ajax-api/2.1/unity-catalog/securable-tags/SCHEMA/<REDACTED>.<REDACTED>, but that endpoint doesn't seem to be publicly available.
Are there any plans on Databricks' roadmap for enabling such an endpoint?