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

Add Pinot connector to the UI #4796

Merged
merged 3 commits into from
May 2, 2024
Merged

Add Pinot connector to the UI #4796

merged 3 commits into from
May 2, 2024

Conversation

ericpgreen2
Copy link
Contributor

Closes #4787

image

image

@ericpgreen2 ericpgreen2 added the blocker A release blocker issue that should be resolved before a new release label May 1, 2024
@ericpgreen2 ericpgreen2 requested a review from pjain1 May 1, 2024 23:52
@ericpgreen2 ericpgreen2 assigned mindspank and ericpgreen2 and unassigned mindspank May 1, 2024
@ericpgreen2 ericpgreen2 requested a review from mindspank May 1, 2024 23:52
@@ -13,6 +13,7 @@ import (

func init() {
drivers.Register("pinot", driver{})
drivers.RegisterAsConnector("pinot", driver{})
Copy link
Member

Choose a reason for hiding this comment

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

this is required for it to be in list of connectors for display in UI ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, it's there in clickhouse connector as well.

@nishantmonu51 nishantmonu51 merged commit bfa9196 into main May 2, 2024
8 checks passed
@nishantmonu51 nishantmonu51 deleted the add-pinot-ui branch May 2, 2024 09:06
k-anshul pushed a commit that referenced this pull request May 7, 2024
* Add Pinot icon

* Register Pinot as a connector

* Refactor OLAP driver instructions / Add Pinot option
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker A release blocker issue that should be resolved before a new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Add Pinot to the connector form
4 participants