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
We have a naming inconsistency with how we deal with assets.
With jobs creation we return { job_id: someId }
With execution creation we return { ex_id: someId }
However with asset creation we return { _id: someId }
We should probably change id to asset_id
The text was updated successfully, but these errors were encountered:
We have a naming inconsistency with how we deal with assets.
With jobs creation we return
{ job_id: someId }
With execution creation we return
{ ex_id: someId }
However with asset creation we return
{ _id: someId }
We should probably change
id
toasset_id
The text was updated successfully, but these errors were encountered: