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

Allow passing bytesio object as json/yaml config #13

Merged
merged 15 commits into from
Feb 8, 2024

Conversation

spwoodcock
Copy link
Member

@spwoodcock spwoodcock commented Feb 7, 2024

Fixes #3

Also:

  • Fixed minor bug with parseJson.
  • Added docker compose setup for tests with a database.
  • Fix minor bug calling dbshell.close() when does not exist.
  • Improved queryRemote:
    • Reduced initial polling to 2 seconds.
    • Update to 10 second polling after a minute passes.
    • After 10 minutes pass, abort the polling and return None.
  • Added extra tests.

@spwoodcock spwoodcock added the enhancement New feature or request label Feb 7, 2024
@spwoodcock spwoodcock self-assigned this Feb 7, 2024
@spwoodcock spwoodcock merged commit 2f1ea40 into main Feb 8, 2024
5 of 6 checks passed
@spwoodcock spwoodcock deleted the feat/bytesio-config branch February 8, 2024 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Includes a dependency change enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

Allow init PostgresClient config with BytesIO object instead of filespec
1 participant