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 a Dremio plugin subgroup to the JDBC plugin with a Query task and Trigger #1854

Closed
anna-geller opened this issue Aug 3, 2023 · 4 comments
Labels
area/plugin Plugin-related issue or feature request

Comments

@anna-geller
Copy link
Member

anna-geller commented Aug 3, 2023

Feature description

Arrow Flight SQL JDBC driver uses Apache Arrow, so it is able to move large amounts of data faster, in part because it does not need to serialize and then deserialize data:

Cool extra: Dremio has a 24h test drive to test the functionality https://docs.dremio.com/cloud/test-drive

Example JDBC string:
jdbc:arrow-flight-sql://data.dremio.cloud:443/?useEncryption=true&token=<personal_access_token>[&schema=<schema>][&<properties>]

Suggested tasks

  1. Query task using the JDBC driver
  2. Trigger using the JDBC driver
  3. Query task using the Arrow Flight SQL JDBC driver
  4. (Optional) Some administrative tasks e.g. to scale the executors, https://docs.dremio.com/current/reference/api/wlm/ -- waiting for details from Dremio partner
@anna-geller anna-geller added area/plugin Plugin-related issue or feature request jdbc labels Aug 3, 2023
@anna-geller
Copy link
Member Author

More databases adopting Arrow Database Connectivity https://twitter.com/datametrician/status/1687577552791937025 - worth looking at integrating it into database plugins that support it

@tchiotludo tchiotludo removed the jdbc label Aug 29, 2023
@anna-geller
Copy link
Member Author

closing as not in scope for now

@anna-geller
Copy link
Member Author

Reopened upon request to implement Query and Trigger, akin to the typical JDBC plugins:

https://docs.dremio.com/cloud/sonar/client-apps/drivers/arrow-flight-sql-jdbc/

@anna-geller anna-geller reopened this Oct 4, 2023
@anna-geller anna-geller changed the title New Plugin: Dremio (or a generic Arrow Flight SQL plugin) Add a Dremio plugin subgroup to the JDBC plugin with a Query task and Trigger Oct 4, 2023
@anna-geller
Copy link
Member Author

done in a linked PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugin Plugin-related issue or feature request
Projects
No open projects
Archived in project
Status: Done
Development

No branches or pull requests

2 participants