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
Parsing logic of parse_dataset_uri(uri) function is broken as it misses the case where namespace can start with @v e.g @vlad and since version separator is also @v it incorrectly parses the uri which causes pulling dataset command for example to fail.