Authentication
Less connects to BigQuery with a Google Cloud service account JSON key. This is the recommended approach for automated extract jobs. OAuth (sign in with Google) is not supported yet for BigQuery. Other Google connectors in Less (such as Google Sheets) use OAuth, but the BigQuery source and destination currently require a service account. See How to create a BigQuery service account for step-by-step instructions.Setup
Account
Enter your Google Cloud project ID. Optionally set a default dataset to limit table discovery, and a location if your queries run in a specific region (for example
US, EU, or europe-west1).Credentials
Upload your service account JSON key file. The service account needs BigQuery Data Viewer on the datasets you want to read and BigQuery Job User at project level so Less can run queries.See How to create a BigQuery service account if you need help creating the key.