@malloydata/db-bigquery 0.0.154 → 0.0.155-dev240722212948
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.
|
@@ -393,7 +393,7 @@ class BigQueryConnection {
|
|
|
393
393
|
}
|
|
394
394
|
else {
|
|
395
395
|
const malloyType = (_a = this.dialect.sqlTypeToMalloyType(type)) !== null && _a !== void 0 ? _a : {
|
|
396
|
-
type: '
|
|
396
|
+
type: 'sql native',
|
|
397
397
|
rawType: type.toLowerCase(),
|
|
398
398
|
};
|
|
399
399
|
structDef.fields.push({ name, ...malloyType });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/db-bigquery",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.155-dev240722212948",
|
|
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.
|
|
28
|
+
"@malloydata/malloy": "^0.0.155-dev240722212948",
|
|
29
29
|
"gaxios": "^4.2.0"
|
|
30
30
|
}
|
|
31
31
|
}
|