-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add JSON format to save data as local artifact
Related to #238 Add support for saving wiki500 data in JSON format. * **stocklake/stores/constants.py** - Add `JSON` to `ArtifactFormat` enum. - Update `formats` method to include `JSON`. * **stocklake/wiki_sp500/stores.py** - Add support for saving data in JSON format in `WikiSP500Store` class. - Update `save` method to handle `ArtifactFormat.JSON`. * **tests/wiki_sp500/test_stores.py** - Add test cases for saving data in JSON format. - Verify `WikiSP500Store` class handles `ArtifactFormat.JSON` correctly. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/tsugumi-sys/stocklake/issues/238?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
1 parent
90328c9
commit 219b904
Showing
3 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 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 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