-
Notifications
You must be signed in to change notification settings - Fork 73
[SYNPY-1681] Set JSON Schema type based on columnType; remove type setting via validation rules #1274
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
Merged
Merged
[SYNPY-1681] Set JSON Schema type based on columnType; remove type setting via validation rules #1274
Changes from 18 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4701577
move a lot of files and functions; remove concept of explict js type;…
7a49707
move a lot of files and functions; remove concept of explict js type;…
2a6e17f
move more json files; add a mini version of Metadata class
336b781
looks like get component requirement is not needed
810d95d
remove df_utils, import load_df from schema_generation
589db6b
make sure if setup.cfg changes, the dependencies get reinstalled
5bff42b
reorganize test and test dirs in the code
0e216f9
update cmments
67e8728
add back example model jsonld
41c5184
rewrite some tests using dmge_column_type
8a26146
remove unused comment
71ae547
trim down the helpper function
4a73fa5
update the reason
1391983
remove js_type in _get_validation_rule_based_fields
e96e87f
remove js type in ValidationRule
699e543
completely remove get_js_type_from_inputted_rules
09d3c7f
replace node2 with traversal node
4cf904f
completely remove node2
626b06e
remove type validation rule name
c8758f7
abolish jsonschema type
b6a8340
remove comment
fe48b08
revert changes to the json schema type
1872909
updated dmge to use get_validation_rule_based_fields_no_explicit_type
1d6abfc
delete temporary files generated by unit test
abb7540
remove unused import
3ef114f
simply just use the key to v29 like other PRs
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -112,6 +112,8 @@ curator = | |
| networkx>=2.2.8 | ||
| dataclasses-json>=0.6.1 | ||
| rdflib>=6.0.0 | ||
| jsonschema>=4.23.0 | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this library is also required for the curator extension. We did the following in the test: |
||
|
|
||
|
|
||
| pysftp = | ||
| pysftp>=0.2.8,<0.3 | ||
|
|
||
Oops, something went wrong.
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.
Make sure that CI/CD reinstall dependencies if setup.cfg changes.