-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
configurationquestionThe issue is a question. Please use Stack Overflow for questions.The issue is a question. Please use Stack Overflow for questions.
Description
In a multi-data source environment, how should the configuration for BigQuery be written? We wrote the .env file as follows:
CUBEJS_DATASOURCES=default,datasource
CUBEJS_DS_<DATASOURCE>_DB_TYPE=bigquery
CUBEJS_DS_<DATASOURCE>_DB_BQ_PROJECT_ID=dp-funcom-games
CUBEJS_DS_<DATASOURCE>_DB_BQ_KEY_FILE=bigquery_keys/my_service_account.json
The following error occurred:
Unable to load meta data.
Error: Error: The <DATASOURCE> data source is missing in the declared CUBEJS_DATASOURCES.
Metadata
Metadata
Assignees
Labels
configurationquestionThe issue is a question. Please use Stack Overflow for questions.The issue is a question. Please use Stack Overflow for questions.