Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collect and write json schema for dbt artifacts #3065

Merged
merged 2 commits into from
Feb 22, 2021

Conversation

kwigley
Copy link
Contributor

@kwigley kwigley commented Feb 10, 2021

resolves #2870

Description

This updates script to collect and either print or write the json schema of dbt produced json artifacts. This script enables the automation of checking schema for breaking changes as well as the publishing of schema to https://schemas.getdbt.com/

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt next" section.

@cla-bot cla-bot bot added the cla:yes label Feb 10, 2021
@kwigley kwigley requested a review from gshank February 10, 2021 02:51
@kwigley kwigley self-assigned this Feb 10, 2021
@kwigley kwigley force-pushed the feature/write-artifact-schema branch from bd38ea8 to 11f1ece Compare February 11, 2021 16:21
@kwigley kwigley requested a review from jtcohen6 February 22, 2021 13:24
@kwigley kwigley merged commit 344a144 into develop Feb 22, 2021
@kwigley kwigley deleted the feature/write-artifact-schema branch February 22, 2021 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate + host artifact JSON schemas
2 participants