Skip to content

Commit

Permalink
Update README.md (#10420)
Browse files Browse the repository at this point in the history
* Update README.md

* update workflow
  • Loading branch information
emmyoop authored Jul 9, 2024
1 parent 4ea0e10 commit 88b8b10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-artifact-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
echo "CI failure: Artifact changes checked in core/dbt/artifacts directory."
echo "Files changed: ${{ steps.check_artifact_changes.outputs.artifacts_changed_files }}"
echo "To bypass this check, confirm that the change is not breaking (https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/artifacts/README.md#breaking-changes) and add the 'artifact_minor_upgrade' label to the PR."
echo "To bypass this check, confirm that the change is not breaking (https://github.com/dbt-labs/dbt-core/blob/main/core/dbt/artifacts/README.md#breaking-changes) and add the 'artifact_minor_upgrade' label to the PR. Modifications and additions to all fields require updates to https://github.com/dbt-labs/dbt-jsonschema."
exit 1
- name: CI check passed
Expand Down
4 changes: 4 additions & 0 deletions core/dbt/artifacts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ All existing resources are defined under `dbt/artifacts/resources/v1`.

## Making changes to dbt/artifacts

### All changes

All changes to any fields will require a manual update to [dbt-jsonschema](https://github.com/dbt-labs/dbt-jsonschema) to ensure live checking continues to work.

### Non-breaking changes

Freely make incremental, non-breaking changes in-place to the latest major version of any artifact (minor or patch bumps). The only changes that are fully forward and backward compatible are:
Expand Down

0 comments on commit 88b8b10

Please sign in to comment.