@malloydata/db-bigquery 0.0.119-dev240118215411 → 0.0.119-dev240124170348
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -356,7 +356,7 @@ class BigQueryConnection {
|
|
|
356
356
|
structSource: { type: 'nested' },
|
|
357
357
|
structRelationship: {
|
|
358
358
|
type: 'nested',
|
|
359
|
-
|
|
359
|
+
fieldName: name,
|
|
360
360
|
isArray: true,
|
|
361
361
|
},
|
|
362
362
|
fields: [{ ...malloyType, name: 'value' }],
|
|
@@ -371,7 +371,7 @@ class BigQueryConnection {
|
|
|
371
371
|
dialect: this.dialectName,
|
|
372
372
|
structSource: field.mode === 'REPEATED' ? { type: 'nested' } : { type: 'inline' },
|
|
373
373
|
structRelationship: field.mode === 'REPEATED'
|
|
374
|
-
? { type: 'nested',
|
|
374
|
+
? { type: 'nested', fieldName: name, isArray: false }
|
|
375
375
|
: { type: 'inline' },
|
|
376
376
|
fields: [],
|
|
377
377
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-bigquery",
|
|
3
|
-
"version": "0.0.119-
|
|
3
|
+
"version": "0.0.119-dev240124170348",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@google-cloud/bigquery": "^7.3.0",
|
|
26
26
|
"@google-cloud/common": "^5.0.1",
|
|
27
27
|
"@google-cloud/paginator": "^5.0.0",
|
|
28
|
-
"@malloydata/malloy": "^0.0.119-
|
|
28
|
+
"@malloydata/malloy": "^0.0.119-dev240124170348",
|
|
29
29
|
"gaxios": "^4.2.0"
|
|
30
30
|
}
|
|
31
31
|
}
|