@malloydata/db-trino 0.0.138-dev240328203849 → 0.0.138-dev240329233445
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.
- package/dist/trino_connection.js +1 -1
- package/package.json +1 -1
package/dist/trino_connection.js
CHANGED
|
@@ -227,7 +227,7 @@ class TrinoConnection {
|
|
|
227
227
|
const errors = {};
|
|
228
228
|
for (const tableKey in missing) {
|
|
229
229
|
let inCache = this.schemaCache.get(tableKey);
|
|
230
|
-
const tablePath = missing[tableKey].replace(/malloytest/g, '
|
|
230
|
+
const tablePath = missing[tableKey].replace(/malloytest/g, 'malloy_test.faa');
|
|
231
231
|
if (!inCache ||
|
|
232
232
|
(refreshTimestamp && refreshTimestamp > inCache.timestamp)) {
|
|
233
233
|
const timestamp = refreshTimestamp !== null && refreshTimestamp !== void 0 ? refreshTimestamp : Date.now();
|