Skip to content

feat: managing Asset via URN instead of ID #162

@StewartJingga

Description

@StewartJingga

Is your feature request related to a problem? Please describe.
I am planning to have a job/pipeline that will be getting and deleting a single asset.
Right now compass has those APIs to get and delete, but it is using asset's ID.

Problem is, the job will not have the asset's ID available when running, instead it can generate asset's URN.

Describe the solution you'd like

  • New API to retrieve an asset using its URN
  • New API to delete an asset using its URN

Describe alternatives you've considered

  • Use GetAllAssets API and filter the results

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions