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
No easy way to switch branches. Currently, it needs to restart the whole server after changing the configurations. (Need to check about session property). So, at a time works with only one branch. Might need SQL extensions or some backtick syntax.
Cannot create branches too. Need to use pyNessie for this as of now. Might need SQL extensions.
Merge/transplant and other operations are not supported by Trino itself. Might have to use pyNessie. Might need SQL extensions for this.
The text was updated successfully, but these errors were encountered:
The Nessie catalog is officially part of Trino 419 release.
After spending some time with it. I think these are the current gaps.
No support for auth yet. Only warehouse, uri and ref configurations are exposed.
WIP PR. Support additional configurations for Nessie catalog trinodb/trino#17725
No easy way to switch branches. Currently, it needs to restart the whole server after changing the configurations. (Need to check about session property). So, at a time works with only one branch. Might need SQL extensions or some backtick syntax.
Cannot create branches too. Need to use pyNessie for this as of now. Might need SQL extensions.
Merge/transplant and other operations are not supported by Trino itself. Might have to use pyNessie. Might need SQL extensions for this.
The text was updated successfully, but these errors were encountered: