Skip to content
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

Fixes the dependencies, moves to the Transformers ext v 0.9.0 #84

Merged
merged 2 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/changes/changes_0.2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ This release adds the extension wrappers, the ITDE manager and makes full use of
* #75: Connect the current docker container with the ITDE docker network in bring_itde_up
* #78: Added removal of the current container from docker network of the ITDE
* #80: Pointed the Transformers Extension wrapper to the version 0.9.0 of the Transformers Extension.
* #81: Renamed the secret store keys "aws_bucket" and "aws_role" to respectively "sme_aws_bucket" and "sme_aws_role".
* #81: Renamed the secret store keys "aws_bucket" and "aws_role" to respectively "sme_aws_bucket" and "sme_aws_role".
* #83: Fixing the dependencies relevant to the transformers extension, moving to its version 0.9.0
2 changes: 1 addition & 1 deletion exasol/sagemaker_extension_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Extension, including its language container, will be uploaded.
PATH_IN_BUCKET = "SME"

LATEST_KNOWN_VERSION = "0.6.0"
LATEST_KNOWN_VERSION = "0.7.0"

# Activation SQL for the Sagemaker Extension will be saved in the secret
# store with this key.
Expand Down
Loading
Loading