# GCP variables
# GOOGLE_APPLICATION_CREDENTIALS refer to credentials to a Service Account with BigQuery Admin and Storage Admin roles
GOOGLE_APPLICATION_CREDENTIALS='<Contents of the keys.json with GCP service account credentials. Contain it within one line by removing newline characters>'
GOOGLE_PROJECT_ID='<GCP Project ID>'
GOOGLE_BUCKET_NAME='<Unique name of the GCP bucket used to download the test datasets>'
GOOGLE_REGION='<(optional) Preferred GCP region>'
