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

Implement Dremio's Flight SQL Client Demo App #2

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

vfraga
Copy link

@vfraga vfraga commented Sep 27, 2021

No description provided.

@vfraga vfraga self-assigned this Sep 27, 2021
options.addRequiredOption("username", "username", true, "Auth username");
options.addRequiredOption("password", "password", true, "Auth password");

options.addOption("query", "query", true, "Query");
Copy link

Choose a reason for hiding this comment

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

Does this have feature parity with the existing Flight demo app? I don't see options relating to SSL, or the ability to choose to output between CSV and to a binary file.

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.

2 participants