Is this your first time submitting a feature request?
Describe the feature
High concurrency support for Fabric Livy was announced last week. It would be great if this adapter could take advantage of it!
In the current version of the adapter (v1.11.0), if you set your profile threads greater than 1, dbt will send multiple model execution statements to the Livy session concurrently, but the session will execute them serially. This means that throughput when threads = 1 is not much different than when threads > 1, even if your models don't ref each other.
Describe alternatives you've considered
No response
Who will this benefit?
Anyone hoping to improve the throughput of their dbt runs by adjusting their profile threads setting.
Are you interested in contributing this feature?
No response
Anything else?
No response
Is this your first time submitting a feature request?
Describe the feature
High concurrency support for Fabric Livy was announced last week. It would be great if this adapter could take advantage of it!
In the current version of the adapter (v1.11.0), if you set your profile
threadsgreater than 1, dbt will send multiple model execution statements to the Livy session concurrently, but the session will execute them serially. This means that throughput whenthreads= 1 is not much different than whenthreads> 1, even if your models don'trefeach other.Describe alternatives you've considered
No response
Who will this benefit?
Anyone hoping to improve the throughput of their dbt runs by adjusting their profile
threadssetting.Are you interested in contributing this feature?
No response
Anything else?
No response