Skip to content

Commit

Permalink
python: update ETL argument constant from 'etl_meta' to 'etl_args'; v…
Browse files Browse the repository at this point in the history
…ersion bump

Signed-off-by: Abhishek Gaikwad <[email protected]>
  • Loading branch information
gaikwadabhishek committed Feb 14, 2025
1 parent 8c40b26 commit ba7b0a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ We structure this changelog in accordance with [Keep a Changelog](https://keepac

### Changed

## [1.12.0] - 2025-02-14
## [1.12.1] - 2025-02-14

### Added

### Changed
- Update ETL argument constant from 'etl_meta' to 'etl_args'.

## [1.12.0] - 2025-02-13

### Added
- Add support for ETL transformation arguments in GET requests for inline objects.
Expand Down
2 changes: 1 addition & 1 deletion python/aistore/sdk/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
QPARAM_NEW_CUSTOM = "set-new-custom"
# etl
QPARAM_ETL_NAME = "etl_name"
QPARAM_ETL_ARGS = "etl_meta"
QPARAM_ETL_ARGS = "etl_args"

# URL Param values
# See api/apc/query.go
Expand Down
2 changes: 1 addition & 1 deletion python/aistore/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.0"
__version__ = "1.12.1"

0 comments on commit ba7b0a1

Please sign in to comment.