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 Statement Execution API #185

Merged
merged 2 commits into from
Apr 14, 2024
Merged

Conversation

smokedlinq
Copy link
Contributor

This pull request introduces a new feature to the Microsoft.Azure.Databricks.Client library. The changes provide the ability to execute SQL statements, cancel statement execution, get the status, manifest, and result first chunk of a statement execution, and get result chunks by index. The changes also include a sample program and tests for the new feature.

New Feature Implementation:

Sample Program:

Tests:

@smokedlinq
Copy link
Contributor Author

This should address the request #135

Copy link
Contributor

@memoryz memoryz left a comment

Choose a reason for hiding this comment

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

Thank you for the great contributions! LGTM.

@memoryz memoryz merged commit c71bd4b into Azure:master Apr 14, 2024
5 checks passed
@memoryz memoryz linked an issue Apr 14, 2024 that may be closed by this pull request
@memoryz memoryz added this to the 2.4 milestone Apr 15, 2024
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.

Execution API implementation
2 participants