This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for .txt files in
canopy upsert
(#157)
* commit txt file support * fix linting * fix CLI line too long * fix docstrings has typehints * fix, run non schecmatic text upsert only if found files * [cli] Bug fix in new text loader A DF was created in every iteration * [tests] Added unit test for loading text files * Update src/canopy_cli/data_loader/data_loader.py Removed redundant line --------- Co-authored-by: ilai <[email protected]> Co-authored-by: igiloh-pinecone <[email protected]>
- Loading branch information
1 parent
4d01155
commit 6751828
Showing
5 changed files
with
147 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,4 +163,5 @@ cython_debug/ | |
**/.DS_Store | ||
|
||
datafiles/* | ||
canopy-api-docs.html | ||
canopy-api-docs.html | ||
.vscode/ |
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
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