Hello,
While implementing data mesh architecture (lake > zone) in python using Dataplex API I have hit a road block.
I am not able to attach & update "Tag Template" to "Entity" (BQ Table) within a Zone for which a BQ dataset is attached.
I read through Dataplex API documentation, but couldn't find any method that can do it for me. No method available in any dataplex class that I can use.
Sample Code:
from google.cloud import dataplex_v1
client = dataplex_v1.MetadataServiceAsyncClient()
Can somebody please confirm, if we have this functionality available to be able to update tag template for an entity within the Zone using "Dataplex API"? If so, any suggestions most welcome..
Thank you!!
Hi @harshgupta01,
Welcome to Google Cloud Community!
Currently, the Dataplex API does not provide the ability to directly attach or update tag templates on entities within a zone. You can submit a feature request for consideration. Please note that I cannot specify when this enhancement will be implemented. For future updates, I recommend monitoring the tracker and release notes regularly.
Alternatively, you may want to review this related post on Stack Overflow, which explains whether it's possible to attach a tag template via the API. It could provide helpful insights or workarounds for your use case.
I hope the above information is helpful.