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 86368c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/build-validate-quickstart-artifact.ts
Original file line number Diff line number Diff line change
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.table(schema)
const components = getArtifactComponents();
const dataSourceIds = getDataSourceIds('./schema/core-datasource-ids.json', components.dataSources);
const artifact = { ...components, dataSourceIds };
Expand Down

0 comments on commit 86368c8

Please sign in to comment.