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

Extension now also works in python environment #104

Merged

Conversation

Dtenwolde
Copy link
Contributor

Fixes: #100 🎉

You need to explicitly load the extension in Python, which I forgot about. This PR adds a simple test that works through make test_python

To debug pyTest > Edit configurations > Environment variables:
Name DUCKPGQ_EXTENSION_BINARY_PATH
Value ~/git/duckpgq/build/debug/extension/duckpgq/duckpgq.duckdb_extension

Working directory should be ~/git/duckpgq/test/python
Ready for debug

@Dtenwolde Dtenwolde merged commit e2360ad into main Mar 12, 2024
6 of 27 checks passed
@Dtenwolde Dtenwolde deleted the 100-parser-extension-doesnt-work-in-python-environment branch March 12, 2024 11:27
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.

Parser extension doesn't work in python environment
1 participant