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

Bumping manifest schema to v5 #5032

Merged
merged 2 commits into from
Apr 12, 2022
Merged

Bumping manifest schema to v5 #5032

merged 2 commits into from
Apr 12, 2022

Conversation

leahwicz
Copy link
Contributor

Description

Bumping manifest schema for the v1.1 release

Corresponding schema change: dbt-labs/schemas.getdbt.com#12

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 added information about my change to be included in the CHANGELOG.

@leahwicz leahwicz requested review from a team as code owners April 12, 2022 01:36
@cla-bot cla-bot bot added the cla:yes label Apr 12, 2022
@github-actions
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@stu-k stu-k requested a review from a team April 12, 2022 01:36
@leahwicz leahwicz requested a review from jtcohen6 April 12, 2022 01:39
@@ -1819,7 +1819,7 @@ def verify_manifest(self, expected_manifest):
elif key == 'metadata':
metadata = manifest['metadata']
self.verify_metadata(
metadata, 'https://schemas.getdbt.com/dbt/manifest/v4.json')
metadata, 'https://schemas.getdbt.com/dbt/manifest/v5.json')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll work on converting those tests today.

@leahwicz leahwicz merged commit 365414b into main Apr 12, 2022
@leahwicz leahwicz deleted the leahwicz/artifactSchemaUpdate branch April 12, 2022 20:06
VersusFacit pushed a commit that referenced this pull request Apr 14, 2022
* Bumping manifest schema to v5

* Adding changelog
agoblet pushed a commit to BigDataRepublic/dbt-core that referenced this pull request May 20, 2022
* Bumping manifest schema to v5

* Adding changelog
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.

4 participants