Skip to content

DATA-4320 - Implement BinaryDataToDataset in datamanager in RDK #5145

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

tahiyasalam
Copy link
Member

@tahiyasalam tahiyasalam commented Jul 16, 2025

Overview

This PR implements the new endpoint UploadBinaryDataToDataset as part of the DataManager Service. We also implement both UploadBinaryDataToDataset and UploadImageToDataset as part of the Go SDK, where the latter is just a convenience method that converts an image.Image into bytes before calling the same underlying upload binary data method.

Testing

  • Added tests in builtin_sync_test.go, looking for feedback in where else to add tests
  • Manual testing within a module (TODO)

@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Jul 16, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Jul 17, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Jul 17, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Jul 17, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Jul 17, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Jul 17, 2025
@tahiyasalam tahiyasalam changed the title WIP - Ability to add image to dataset in datamanager DATA-4320 - Implement BinaryDataToDataset in datamanager in RDK Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test This pull request is marked safe to test from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants