Hi @mammoth-bear-12532 - I want to be able to PATCH tags and glossary terms in particular to support another team enriching metadata.
More specifically, we ingest "technical metadata" from the data platform itself (say the Kafka topic owner) but have another group who is enriching datasets with "business metadata" (think other types of owners, such as business owners) which we don't ingest at the same time as the technical metadata.
We could(and do in a handful of places already) run queries to list current owners/terms, and then put into a set before we emit the MCP. But seems like PATCH would stop us from having a lot of integration points like that.
Happy to provide additional context if possible!