dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

[Feature] Reuse connections #1060

Open nqvuong1998 opened 2 months ago

nqvuong1998 commented 2 months ago

Is this your first time submitting a feature request?

Describe the feature

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

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