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

[Feature] Reuse connections #1060

Open
3 tasks done
nqvuong1998 opened this issue Jul 12, 2024 · 0 comments
Open
3 tasks done

[Feature] Reuse connections #1060

nqvuong1998 opened this issue Jul 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nqvuong1998
Copy link

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt-spark functionality, rather than a Big Idea better suited to a discussion

Describe the feature

The current implementation of dbt-spark closes the connection after each model is run, leading to the following issues:

  • Excessive login time to the remote Spark server.
  • When using Kyuubi (CONNECTION mode), it creates too many Spark applications.

In the future, it is anticipated that dbt-spark will support a reuse_connections option, similar to what is available in dbt-snowflake

Describe alternatives you've considered

No response

Who will this benefit?

Any users who use Spark Thrift Server or Kyuubi

Are you interested in contributing this feature?

Yes

Anything else?

No response

@nqvuong1998 nqvuong1998 added enhancement New feature or request triage labels Jul 12, 2024
@amychen1776 amychen1776 removed the triage label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants