Skip to content

Commit

Permalink
Test schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgregoryii committed Sep 11, 2024
1 parent e25f5c1 commit 2abcd13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/build-validate-quickstart-artifact.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as fs from 'fs';
import * as yaml from 'js-yaml';
import * as yaml from 'js-yaml';buildart
import get from 'lodash/get';

import Quickstart from "./lib/Quickstart";
Expand Down Expand Up @@ -77,6 +77,8 @@ export const validateArtifact = (schema: ArtifactSchema, artifact: Artifact): Er

const main = (shouldOutputArtifact: boolean = false) => {
const schema = getSchema('./schema/artifact.json');

console.log(schema)
const components = getArtifactComponents();
const dataSourceIds = getDataSourceIds('./schema/core-datasource-ids.json', components.dataSources);
const artifact = { ...components, dataSourceIds };
Expand Down

0 comments on commit 2abcd13

Please sign in to comment.