@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.
@@ -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, 'malloy_demo.faa');
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/db-trino",
3
- "version": "0.0.138-dev240328203849",
3
+ "version": "0.0.138-dev240329233445",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",