You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When upserting an asset via [PUT | PATCH] /v1beta1/assets and fetching it back via [GET] /v1beta1/assets/{urn}, the url field is always empty even when we already define it when upserting.
sudo-suhas
changed the title
url and labels fields are always empty even after upserting them
url field is always empty even after inserting/upserting
Feb 21, 2023
Describe the bug
When upserting an asset via
[PUT | PATCH] /v1beta1/assets
and fetching it back via[GET] /v1beta1/assets/{urn}
, theurl
field is always empty even when we already define it when upserting.[PATCH] /v1beta1/assets
[GET] /v1beta1/assets/sample-urn
To Reproduce
Steps to reproduce the behavior:
[PUT | PATCH] /v1beta1/assets
with filledurl
[GET] /v1beta1/assets/{urn}
url
is still emptyExpected behavior
url
should be returned if it has been upserted.The text was updated successfully, but these errors were encountered: