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

Supporting Databricks - Part one #938

Merged
merged 3 commits into from
Sep 30, 2024
Merged

Supporting Databricks - Part one #938

merged 3 commits into from
Sep 30, 2024

Conversation

Tang8330
Copy link
Contributor

Background

The goal of these PRs is to add Databricks as a supported destination. The main working PR can be found here #937

Scope

This PR adds the basic Databricks config and tests.

@@ -25,6 +27,28 @@ type storeWrapper struct {
*sql.DB
}

func (s *storeWrapper) ExecContext(ctx context.Context, query string, args ...any) (sql.Result, error) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We'll need this later for Databricks.

@Tang8330 Tang8330 marked this pull request as ready for review September 30, 2024 18:58
@Tang8330 Tang8330 requested a review from a team as a code owner September 30, 2024 18:58
@Tang8330 Tang8330 merged commit 0f8910e into master Sep 30, 2024
3 checks passed
@Tang8330 Tang8330 deleted the databricks-part-one branch September 30, 2024 21:11
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