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
…eb UI (#1375)
### What changes were proposed in this pull request?
Fix fields validation when create a catalog in the web UI.
Currently, after clicking submit, it will verify correctly based on the
`provider` and specific `properties`.
### Why are the changes needed?
Fix: #1350
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
…eb UI (#1375)
### What changes were proposed in this pull request?
Fix fields validation when create a catalog in the web UI.
Currently, after clicking submit, it will verify correctly based on the
`provider` and specific `properties`.
### Why are the changes needed?
Fix: #1350
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
…eb UI (#1387)
### What changes were proposed in this pull request?
Fix fields validation when create a catalog in the web UI.
Currently, after clicking submit, it will verify correctly based on the
`provider` and specific `properties`.
### Why are the changes needed?
Fix: #1350
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
Co-authored-by: CHEYNE <[email protected]>
Describe what's wrong
Unable to create a catalog when
provider
isiceberg
andcatalog-backend
ishive
in the web UI.Error message and/or stacktrace
N/A
How to reproduce
Create Catalog
buttonProvider
->iceberg
Submit
buttonAdditional context
Reason for
yup
validation rules.The text was updated successfully, but these errors were encountered: