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

ResourceWarning: Unclosed SSLSocket #34

Closed
ferdyh opened this issue Dec 22, 2021 · 2 comments · Fixed by #37
Closed

ResourceWarning: Unclosed SSLSocket #34

ferdyh opened this issue Dec 22, 2021 · 2 comments · Fixed by #37
Assignees
Labels
bug Something isn't working

Comments

@ferdyh
Copy link

ferdyh commented Dec 22, 2021

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:

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

Additional context

Add any other context about the problem here.

@ferdyh ferdyh added the bug Something isn't working label Dec 22, 2021
@bilalaslamseattle
Copy link
Collaborator

@ferdyh are you still seeing this? I haven't seen this bug in a while.

@ferdyh
Copy link
Author

ferdyh commented Jan 25, 2022

@bilalaslamseattle still shows up with dbt docs generate (dbt-core 1.0.1)

@ueshin ueshin self-assigned this Jan 26, 2022
ueshin added a commit that referenced this issue Jan 27, 2022
resolves #34

### Description

Closes the connection properly.
ueshin added a commit to ueshin/dbt-databricks that referenced this issue Jan 27, 2022
resolves databricks#34

### Description

Closes the connection properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants