Hi,
We are trying to create custom EntryGroups in GPC data catalog, and then populate them with different GCP and non-GCP assets.
I used the Python client API to create a custom EntryGroup, and a custom Entry representing a Kakfa topic, and everything worked well ✅
My issue is for doing the same for an already existing BQ table in our GCP project. From the UI and the documentation I can see that every BQ table automatically has a data catalog Entry, which is assigned to the `BigQuery` EntryGroup.
Now, my question is, is there anyway for me to use the existing Entry for the BQ table and assign it to my custom-made EntryGroup?
So far, I did not find that this is possible via the API. This causes two issues for us:
Does anyone have any tips or workarounds to address this issue I am facing? Any help would be appreciated!
EDIT: I found out using the lookup method, I can get the entry which represents the BQ table, but I still struggle to assign the Entry to a custom-made EntryGroup.
Solved! Go to Solution.
Hi @blueish_27,
Welcome to Google Cloud Community!
Data Catalog doesn't let you directly move those existing BigQuery Entries to different EntryGroups. Google automatically manages those entries.
Here are some workarounds that you can do:
Google Cloud Data Catalog doesn't offer automatic metadata syncing for custom entries or moving BigQuery entries between EntryGroups.
I hope the above information is helpful.
Hi @blueish_27,
Welcome to Google Cloud Community!
Data Catalog doesn't let you directly move those existing BigQuery Entries to different EntryGroups. Google automatically manages those entries.
Here are some workarounds that you can do:
Google Cloud Data Catalog doesn't offer automatic metadata syncing for custom entries or moving BigQuery entries between EntryGroups.
I hope the above information is helpful.