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

NameSpaceAdmin feature design and Runtime scenario addition. #15397

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rahuldash171
Copy link
Contributor

New design and runtime scenarios for Namespace admin module

@itsankit-google itsankit-google added the build Triggers github actions build label Nov 2, 2023
Then Enter input plugin property: "host" with value: "testHost"
Then Enter input plugin property: "user" with value: "testUser"
Then Enter textarea plugin property: "sshKey" with value: "testSSHKey"
Then Click on: "Create" button in the properties
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems to be a case of locating the button using the text content of the button. We should avoid this.

Comment on lines +75 to +82
BigQueryClient.getSoleQueryResult("create table `" + datasetName + "." + bqSourceTable + "` as " +
"SELECT * FROM UNNEST([ " +
" STRUCT(1 AS Id, " + ((int) (Math.random() * 1000 + 1)) + " as Value, " +
"'" + UUID.randomUUID() + "' as UID), " +
records +
" (26, " + ((int) (Math.random() * 1000 + 1)) + ", " +
"'" + UUID.randomUUID() + "') " +
"])");
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider formatting the query string for better readability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Triggers github actions build
Projects
None yet
3 participants