Describe the bug
Running dbt seed with a number of files >50k rows does not finish despite all jobs having completed on the cluster and connect_timeout value being set in the profile.
Steps To Reproduce
run dbt seed with a number of large files.
Expected behavior
Succeed or fail
Screenshots and log output
If applicable, add screenshots or log output to help explain your problem.
System information
tested on
dbt=1.5.7
databricks=1.5.6
The operating system you're using:
ubuntu 22:04
The output of python --version:
py38
Additional context
Add any other context about the problem here.
Describe the bug
Running
dbt seedwith a number of files >50k rows does not finish despite all jobs having completed on the cluster andconnect_timeoutvalue being set in the profile.Steps To Reproduce
run
dbt seedwith a number of large files.Expected behavior
Succeed or fail
Screenshots and log output
If applicable, add screenshots or log output to help explain your problem.
System information
tested on
The operating system you're using:
ubuntu 22:04
The output of
python --version:py38
Additional context
Add any other context about the problem here.