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

UI for Snowflake Peer #474

Merged
merged 14 commits into from
Oct 4, 2023
Merged

UI for Snowflake Peer #474

merged 14 commits into from
Oct 4, 2023

Conversation

Amogh-Bharadwaj
Copy link
Contributor

@Amogh-Bharadwaj Amogh-Bharadwaj commented Oct 4, 2023

fixes: #431

invalid_type_error: 'Username must be a number',
})
.nonempty({ message: 'Username must be non-empty' })
.max(255, 'Port must be below 65535'),
Copy link
Contributor

Choose a reason for hiding this comment

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

this is for username

})
.nonempty({ message: 'Account ID must be non-empty' })
.max(255, 'Account ID must be less than 255 characters'),
privateKey: z
Copy link
Contributor

Choose a reason for hiding this comment

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

can you create an issue to upload pkey file and link it here?

@iskakaushik iskakaushik merged commit b181cff into main Oct 4, 2023
18 of 19 checks passed
@serprex serprex deleted the ui-create-snowflake branch July 19, 2024 15:18
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.

Creating Postgres and Snowflake peers through UI
2 participants