We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Finishing commands like dbt run result in a message with an unclosed socket
Run a command like dbt run
Close the socket?
ResourceWarning: unclosed <ssl.SSLSocket fd=9, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('10.1.0.237', 47582), raddr=('40.74.30.80', 443)>
The output of dbt --version:
dbt --version
installed version: 1.0.0 latest version: 1.0.0 Up to date! Plugins: - databricks: 1.0.0 - postgres: 1.0.0 - redshift: 1.0.0 - bigquery: 1.0.0 - snowflake: 1.0.0
The operating system you're using: Ubuntu 21.10 in WSL2 (Windows 10)
The output of python --version: Python 3.9.7
python --version
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@ferdyh are you still seeing this? I haven't seen this bug in a while.
Sorry, something went wrong.
@bilalaslamseattle still shows up with dbt docs generate (dbt-core 1.0.1)
Close the connection properly (#37)
43cc5b9
resolves #34 ### Description Closes the connection properly.
Close the connection properly (databricks#37)
9c70e4c
resolves databricks#34 ### Description Closes the connection properly.
ueshin
Successfully merging a pull request may close this issue.
Describe the bug
Finishing commands like dbt run result in a message with an unclosed socket
Steps To Reproduce
Run a command like dbt run
Expected behavior
Close the socket?
Screenshots and log output
ResourceWarning: unclosed <ssl.SSLSocket fd=9, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('10.1.0.237', 47582), raddr=('40.74.30.80', 443)>
System information
The output of
dbt --version
:The operating system you're using:
Ubuntu 21.10 in WSL2 (Windows 10)
The output of
python --version
:Python 3.9.7
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: