@514labs/moose-lib 0.6.297-ci-22-g1be0de24 → 0.6.297-ci-23-g751e4221

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.
@@ -2202,7 +2202,7 @@ var init_internal = __esm({
2202
2202
  sourceTables: mv.sourceTables,
2203
2203
  targetTable: mv.targetTable.name,
2204
2204
  targetDatabase: mv.targetTable.config.database,
2205
- sourceFile: mv.sourceFile
2205
+ metadata: mv.metadata
2206
2206
  };
2207
2207
  });
2208
2208
  registry.customViews.forEach((view) => {
@@ -2210,7 +2210,7 @@ var init_internal = __esm({
2210
2210
  name: view.name,
2211
2211
  selectSql: view.selectSql,
2212
2212
  sourceTables: view.sourceTables,
2213
- sourceFile: view.sourceFile
2213
+ metadata: view.metadata
2214
2214
  };
2215
2215
  });
2216
2216
  return {