@514labs/moose-lib 0.6.262 → 0.6.263

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.
@@ -1509,6 +1509,8 @@ var toInfraMap = (registry) => {
1509
1509
  setup: sqlResource.setup,
1510
1510
  teardown: sqlResource.teardown,
1511
1511
  sourceFile: sqlResource.sourceFile,
1512
+ sourceLine: sqlResource.sourceLine,
1513
+ sourceColumn: sqlResource.sourceColumn,
1512
1514
  pullsDataFrom: sqlResource.pullsDataFrom.map((r) => {
1513
1515
  if (r.kind === "OlapTable") {
1514
1516
  const table = r;