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

Fix(python-cdk): Don't fail on temp folder cleanup #47220

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aaronsteers
Copy link
Collaborator

@aaronsteers aaronsteers commented Oct 22, 2024

Resolves: airbytehq/PyAirbyte#424

This resolves a bug when connectors fail due to a lock on a SQLite or other file in the temporary folder. Rather than fail the whole connector, we specify to continue if the directory cannot be cleaned up at the exit of the context manager.

What

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Oct 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2024 4:11am

@octavia-squidington-iii octavia-squidington-iii added the CDK Connector Development Kit label Oct 22, 2024
@aaronsteers
Copy link
Collaborator Author

aaronsteers commented Oct 22, 2024

/approve-regression-tests

Check job output.

✅ Approving regression tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CDK Connector Development Kit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rmtree error on Windows
3 participants