This repository was archived by the owner on Feb 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Specify key csv #351
Merged
Merged
Specify key csv #351
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
b72682c
Add Validation Failure Classes
jjnesbitt b923f31
Add function to copy specified field to _key field
jjnesbitt 794d14b
Add key parameter and update validate_csv
jjnesbitt 8df4e6e
Update swagger docs for new CSV endpoint
jjnesbitt 730b211
Update webargs mypy stubs
jjnesbitt fb3fde2
Add default value to key_field argument
jjnesbitt 856f35e
Rename validation error
jjnesbitt e453269
Add new test data
jjnesbitt f3bf95a
Split up testing functions and add test cases, util functions
jjnesbitt fe3f0b2
Merge branch 'master' into specify_key_csv
jjnesbitt beee0d9
Add default value to key argument, remove Optional type
jjnesbitt 369f83e
Fix unused typing import
jjnesbitt 481d958
Add overwrite api param
jjnesbitt e1b61cb
Update swagger spec
jjnesbitt 9a89c2b
Add Bool to webargs fields type shed
jjnesbitt b925dee
Update tests to include overwrite param
jjnesbitt e57ec10
Fix docstring for csv testing function
jjnesbitt 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
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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| _key,name,rank | ||
| 0,picard,captain | ||
| 1,riker,commander | ||
| 2,data,lieutenant commander |
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 |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| name,rank | ||
| picard,captain | ||
| riker,commander | ||
| data,lieutenant commander |
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
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.
Uh oh!
There was an error while loading. Please reload this page.