Skip to content

Conversation

@Eyal-Danieli
Copy link
Member

@Eyal-Danieli Eyal-Danieli commented Dec 29, 2025

πŸ“ Description

Adds a HUB SDK for get_hub_item API that return HubItem object. This PR also fixes a bug in the get_hub_item HTTP client API path, along with adding related integration tests.


πŸ› οΈ Changes Made

  • Introduce a new HUB SDK api get_hub_item under mlrun.hub
  • Fix the get_hub_item API path: (f"hub/sources/{source_name}/items/{item_name}",) -> hub/sources/{source_name}/items/{item_name}

βœ… Checklist

  • I updated the documentation (if applicable)
  • I have tested the changes in this PR
  • I confirmed whether my changes are covered by system tests
    • If yes, I ran all relevant system tests and ensured they passed before submitting this PR
    • I updated existing system tests and/or added new ones if needed to cover my changes
  • If I introduced a deprecation:

πŸ§ͺ Testing

  • A new integration test test_get_hub_item was added to verify that the API works as expected.

πŸ”— References


🚨 Breaking Changes?

  • Yes (explain below)
  • No

@Eyal-Danieli Eyal-Danieli requested a review from a team as a code owner December 29, 2025 09:02
@Eyal-Danieli Eyal-Danieli changed the title [HUB] Fix get_hub_item API [HUB] Add a HUB SDK for the get_hub_item API Dec 29, 2025
@Eyal-Danieli Eyal-Danieli merged commit fde736f into mlrun:development Dec 29, 2025
17 checks passed
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