AlexLeonte
Results
1
comments of
AlexLeonte
``` async function createTable() { const bigquery = new BigQuery({ apiEndpoint: 'http://0.0.0.0:9050/', projectId: 'gccstart' }) const datasetId = 'my_dataset'; const tableId = 'my_table'; const options = { location: 'US' }...