switch to new bigquery datastore
This commit is contained in:
parent
2c0f84868a
commit
ea0bd853af
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const { BigQuery } = require('@google-cloud/bigquery');
|
||||||
|
|
||||||
// gcp credentails can be found in /config/team2-bg.json
|
// gcp credentails can be found in /config/team2-bg.json
|
||||||
process.env['GOOGLE_APPLICATION_CREDENTIALS'] = '/config/team2-bg.json';
|
process.env['GOOGLE_APPLICATION_CREDENTIALS'] = '/config/team2-bg.json';
|
||||||
const datasetId = 'hipstershop_gcp_1210';
|
const datasetId = 'hipstertamagochi';
|
||||||
const tableId = 'payments';
|
const tableId = 'payments';
|
||||||
|
|
||||||
// Create a client
|
// Create a client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue