Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Models actions from v1 to v2 protocol #18

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Models actions from v1 to v2 protocol #18

wants to merge 4 commits into from

Conversation

NRHelmi
Copy link
Contributor

@NRHelmi NRHelmi commented Sep 20, 2022

Use v2 protocol for model actions

@NRHelmi NRHelmi requested a review from torkins October 7, 2022 13:23
@@ -78,17 +80,17 @@ void testDatabase() throws HttpError, InterruptedException, IOException {
var edb = find(edbs, item -> item.name.equals("rel"));
assertNotNull(edb);

var modelNames = client.listModelNames(databaseName, engineName);
var name = find(modelNames, item -> item.equals("stdlib"));
/*var modelNames = client.listModelNames(databaseName, engineName);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this code commented out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants