彥成_周
July 30, 2025, 8:06am
1
Hi, I’m trying to retrieve the glossary terms or business terms assigned to a BigQuery table and its columns via API.
I’ve tried using the following command:
gcloud dataplex entries describe
However, it returns basic metadata like schema, source system, and type, but does not include any glossary information .
My Questions:
Is there any API or gcloud command that allows me to retrieve the glossary terms or business terms assigned to a BigQuery table or its columns?
caryna
August 1, 2025, 1:26pm
2
Hi @彥成_周 ,
Try to explore the new Dataplex Universal Catalog APIs to retrieve the information you need. You can use the LookupEntry to retrieve an entry by its target resource name and refer to the Dataplex Glossaries API for details about its glossary terms.
There is also an option to search for data assets linked to term and find glossaries, terms, and linked data assets using REST API but these features are still in Preview. To join the Preview, I recommend reaching out to Google Cloud Support for assistance.
1 Like