Google BigQuery SQL Script Sources > Before you begin > Verify permissions
  

Verify permissions

To extract metadata and to configure other capabilities that a catalog source might include, you need account access and permissions on the source system. The permissions required might vary depending on the capability.

Permissions for metadata extraction

To extract Google BigQuery SQL Script metadata, you need account access and permissions to the source system.
Verify that you have the READ permission to access the folder containing scripts.
To assign permissions to extract metadata, choose one of the following role options:
The bigquery.tables.getData permission is needed to query the __TABLES__ table from a dataset to get information such as description, ID, and last modified date. The bigquery.jobs.create permission is needed to run queries on the dataset.