-
Notifications
You must be signed in to change notification settings - Fork 117
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
Connectors: Handle arbitrary names #5015
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small question
@@ -23,8 +24,4 @@ | |||
<title>Rill Developer | {table}</title> | |||
</svelte:head> | |||
|
|||
<TablePreviewWorkspace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to keep individual pages for different connectors?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Change routes to include the connector's `name` * Use the table name (not fully qualified name) in the workspace header * Include connector name in table identifier * Error handling * Fix link * Bugfix
This PR is a small refactor to handle arbitrary connector names in the UI. This sets us up to allow >1 connector per connector type/driver.
For illustration, here's a connector not named the same as its driver: