Requirements
Python Requirements
To run the BigTable ingestion, you will need to install:GCP Permissions
To execute metadata extraction and usage workflow successfully the user or the service account should have enough access to fetch required data. Following table describes the minimum required permissions| # | GCP Permission | Required For |
|---|---|---|
| 1 | bigtable.instances.get | Metadata Ingestion |
| 2 | bigtable.instances.list | Metadata Ingestion |
| 3 | bigtable.tables.get | Metadata Ingestion |
| 4 | bigtable.tables.list | Metadata Ingestion |
| 5 | bigtable.tables.readRows | Metadata Ingestion |
Create Custom GCP Role
Checkout this documentation on how to create a custom role and assign it to the service account.