Analytics Hub

Masthead's Analytics Hub integration helps you manage shared BigQuery data assets and collaborative data sharing. Automatically create Data Products from shared assets and enable prioritized monitoring for critical shared datasets.

After the integration, you can explore the Data Products created with all corresponding metadata and adjust priority of each data asset on the Dictionary page.

An account running an installation should have Owner role, or alternatively, the following roles are required in the Google Cloud project:

  • Project IAM Admin

Connect via OAuth

1

Open Integrations page.

2

Click Connect button in Analytics Hub section.

3

Click Add project, enter the project ID and choose Deploy with OAuth to configure connection.

Masthead doesn't store OAuth token.

Connect via Terraform

module "masthead-agent" {
  source  = "masthead-data/masthead-agent/google"

  project_id = "YOUR_PROJECT_ID"

  # Enable modules for the used services
  enable_modules = {
    bigquery      = true
    dataform      = true
    dataplex      = true
    analytics_hub = true
  }
}

More details about the module on Terraform Registry.

Cloud resources created:

Last updated