Configuration & Authentication
Within the bigquery module config, there is a sources block, where you’ll list each GCP project you’d like ingested into the registry. For each project included, every BigQuery Table & View within that project will be ingested as a dataset within the registry. Alongside each project, you’ll include credentials as a JSON object. The account associated with the credentials needs theroles/bigquery.dataViewer role, and the bigquery.jobs.create permission. Documentation on how to generate credentials for your GCP project can be found here.

Naming
The naming structure for Datasets created from BigQuery is as follows:[project].[dataset].[table_name/view_name].