Skip to content

Implemented RESTified Dataset APIs

Krishna Nikhil Vedurumudi requested to merge fileDms into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

#29 (closed)

Does this introduce a change in the core logic?

  • [YES]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

What is the new/expected behavior?

  • New RESTified APIs were added for Storage and Retrieval instructions.
  • These APIs are connected to the File DMS APIs introduced in file!128 (merged)
  • The register dataset API invokes DMS's Copy API if Staging container is supported by the DMS provider.

Have you added/updated Unit Tests and Integration Tests?

  • Integration tests added.

Any other useful information

Edited by Krishna Nikhil Vedurumudi

Merge request reports