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

Remove SSL verification, add better support for postgres metadata generation with schemas #63

Merged
merged 9 commits into from
Sep 16, 2024

Conversation

rishsriv
Copy link
Member

@rishsriv rishsriv commented Sep 16, 2024

This PR primarily does 2 things:

  1. Adds verify=False to all HTTP requests. This ensures that the python library can run on machines that do not have a way to verify server side SSL certificates
  2. Fixes the logic for generating metadata in postgres databases when querying from non default schemas
  3. Fixes the create_empty_tables function when schemas are involved.

This has been pushed to pypi and has been tested in defog-self-hosted, so merging for now to minimize distractions for everyone else.

@rishsriv rishsriv merged commit 4cf12a4 into main Sep 16, 2024
2 checks passed
@rishsriv rishsriv deleted the rishabh/fix-create-empty-tables branch September 16, 2024 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant