Skip to content

Conversation

@ntkathole
Copy link
Member

What this PR does / why we need it:

This PR adds :

  • allow_cache param in GetFeatureRequest API to be consistent with all other apis.
  • Rename saved_datasets to savedDatasets in response to be consistent with other apis.

Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
@ntkathole ntkathole self-assigned this Aug 19, 2025
@ntkathole ntkathole requested a review from a team as a code owner August 19, 2025 06:12
@ntkathole
Copy link
Member Author

cc @franciscojavierarceo

assert "saved_datasets" in response_data
assert isinstance(response_data["saved_datasets"], list)
assert len(response_data["saved_datasets"]) == 1
assert "savedDatasets" in response_data

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so was this always wrong?

saved_datasets = response.get("savedDatasets", [])

result = {
"saved_datasets": saved_datasets,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh i see. why this changed?

Copy link
Member

@franciscojavierarceo franciscojavierarceo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@franciscojavierarceo franciscojavierarceo merged commit 7e8b914 into feast-dev:master Aug 27, 2025
19 checks passed
franciscojavierarceo pushed a commit that referenced this pull request Aug 30, 2025
# [0.53.0](v0.52.0...v0.53.0) (2025-08-30)

### Bug Fixes

* Consistency in allow_cache and savedDatasets api ([#5572](#5572)) ([7e8b914](7e8b914))
* **docs:** Use absolute image URLs in README ([7188fc9](7188fc9))

### Features

* Added ray example template ([#5570](#5570)) ([a66d890](a66d890))
* Allow hyphen in repo name ([#5562](#5562)) ([4436673](4436673))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants