@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.
@@ -1522,6 +1522,8 @@ var toInfraMap = (registry) => {
1522
1522
  setup: sqlResource.setup,
1523
1523
  teardown: sqlResource.teardown,
1524
1524
  sourceFile: sqlResource.sourceFile,
1525
+ sourceLine: sqlResource.sourceLine,
1526
+ sourceColumn: sqlResource.sourceColumn,
1525
1527
  pullsDataFrom: sqlResource.pullsDataFrom.map((r) => {
1526
1528
  if (r.kind === "OlapTable") {
1527
1529
  const table = r;