-
Notifications
You must be signed in to change notification settings - Fork 69
Feat add json validation checks #616
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
Draft
cornzyblack
wants to merge
48
commits into
databrickslabs:main
Choose a base branch
from
cornzyblack:feat-add-json-validation-checks
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6cd9f02
move criticiality of rule inro _validate_attributes
cornzyblack 98371b7
since criticality is validated after creation, filter by criticality …
cornzyblack 1a58e16
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack 98803bc
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack acf3767
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack 0766f2b
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack 3d0fd34
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack e5712fc
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack 9bf6d98
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack 1e4d783
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack fcdb1ce
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack 2393404
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack eddc874
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack c378b6d
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack cb6f9ef
Merge branch 'main' of github.com:cornzyblack/dqx
cornzyblack 82c7a22
feat: add check for valid json
cornzyblack f1ec4af
feat: add checks for is_valid_json
cornzyblack dfa9649
feat: add is_valid_json
cornzyblack 89f2811
feat: add has_json_keys
cornzyblack 02466c1
refactor: change logic
cornzyblack ccb6e05
refactor: invert
cornzyblack 156a9c2
refactor: negate
cornzyblack 8d30ff6
refactor: update
cornzyblack 1873d72
refactor: update
cornzyblack 5109c27
refactor: update
cornzyblack ceecf7d
refactor: updates
cornzyblack 0c94089
refactor: change and update
cornzyblack 246833b
Merge branch 'main' into feat-add-json-validation-checks
mwojtyczka 05365e0
refactor: fix docs
cornzyblack 7be64e6
refactor: updates
cornzyblack c7d8406
refactor: update logic
cornzyblack 66cbb13
refactor: explcit True
cornzyblack 70e19bd
refactor: remove repetition
cornzyblack a168d64
refactor: remove as it depends on spark
cornzyblack c3c23e7
feat: add perf test for 2 tests (remaining 1)
cornzyblack 984bbb8
Merge branch 'main' into feat-add-json-validation-checks
mwojtyczka 3e63312
refactor: switch back to has_json_schema
cornzyblack 9ed893a
Merge branch 'feat-add-json-validation-checks' of github.com:cornzybl…
cornzyblack a72bdb1
docs: document properly that function only checks outside keys
cornzyblack b8505e4
refactor: comment out to test
cornzyblack a177c01
refactor: try using transform for strict comparison
cornzyblack e0c3438
feat: implement changes
cornzyblack 853c8c0
Merge branch 'main' into feat-add-json-validation-checks
cornzyblack 3b0fd52
format and add tests
cornzyblack 44881fe
Merge branch 'feat-add-json-validation-checks' of github.com:cornzybl…
cornzyblack 7b19d00
refactor: add to markdown
cornzyblack 96cbc8e
updates
cornzyblack 0ff6ccb
Merge branch 'main' into feat-add-json-validation-checks
mwojtyczka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls group examples for
has_json_keysandis_valid_jsontogether