In this section, we provide guides and references to use the Google Pub/Sub connector.Documentation Index
Fetch the complete documentation index at: https://openmetadata-codex-audit-docs-codebase-alignment.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Supported Authentication Types:
- GCP Credentials — Google Cloud service account authentication using a service account key file or Application Default Credentials.
How to Run the Connector Externally
To run the Ingestion via the UI you’ll need to use the OpenMetadata Ingestion Container, which comes shipped with custom Airflow plugins to handle the workflow deployment. If, instead, you want to manage your workflows externally on your preferred orchestrator, you can check the following docs to run the Ingestion Framework anywhere.External Schedulers
Get more information about running the Ingestion Framework Externally
Requirements
The Google Cloud service account used for ingestion needs the following IAM permissions:Metadata Ingestion
| Permission | Purpose |
|---|---|
pubsub.topics.list | List topics in the project |
pubsub.subscriptions.list | List subscriptions (for dead letter detection and subscription metadata) |
pubsub.subscriptions.get | Read individual subscription details |
Schema Registry (when schemaRegistryEnabled is true)
| Permission | Purpose |
|---|---|
pubsub.schemas.list | List schemas in the Schema Registry |
pubsub.schemas.get | Read schema definitions (Avro, Protocol Buffer) |
roles/pubsub.viewer grants all of the above permissions and is the recommended role for OpenMetadata ingestion.