Skip to content

Commit

Permalink
Allow binary input and output
Browse files Browse the repository at this point in the history
Refactored how the appidp uses the underlying archivist instance.
appidp does not require a token but does require headers - this fix has
corrected an undetected bug where the user and partner headers were not
passed thru the appidp endpoint.

Additionally notebooks failed and this was fixed - new jupyter has some
changes in cell magic keywords.
Changed how the environment is handled in yhe Initialization notebook.

The archivist post and get methods now have get_binary and post_binary
methods that can be used by non-rest type calls to input binary and
output binary data.

Remoced conditional check of running pytight on python 3.12. pyright now
supports 3.12 and later.

AB#10061
  • Loading branch information
eccles committed Nov 23, 2024
1 parent 84b409c commit 1f1cccb
Show file tree
Hide file tree
Showing 19 changed files with 300 additions and 1,540 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ datatrails-venv/
stuntidp*
.npm/
functest-results/
.jupyter
Loading

0 comments on commit 1f1cccb

Please sign in to comment.