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 parse prefixed alias, as an alias from multi-tenant workspace.
For the consistency, it makes sense to make datasets.byOwnerAndName return unprefixed alias in case of singe-tenant workspace.
Here are several API calls examples in both single- and multi-tenant workspaces
Steps To Reproduce
Create single tenant workspace
kamu init
Start server
kamu system api-server --http-port 55667 --get-token
export KAMU_AUTH_TOKEN="<token>"
Describe the bug
We parse prefixed alias, as an alias from multi-tenant workspace.
For the consistency, it makes sense to make
datasets.byOwnerAndName
return unprefixed alias in case of singe-tenant workspace.Here are several API calls examples in both single- and multi-tenant workspaces
Steps To Reproduce
Current Behavior
Dataset alias prefixed with account name: "<account_name>/"
Expected Behavior
Dataset alias format without account name prefix
kamu system info
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: