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!!