Closed Dtenwolde closed 8 months ago
Need to load the extension explicitly.
make release_python
python
import duckdb
print(duckdb.__version__)
conn = duckdb.connect('', config={'allow_unsigned_extensions': 'true'})
conn.execute("load '~/git/duckpgq/build/debug/extension/duckpgq/duckpgq.duckdb_extension'")
conn.execute("CREATE TABLE foo(I bigint)")
conn.execute("-CREATE PROPERTY GRAPH snb VERTEX TABLES (foo)")
The DuckPGQ parser extension does not seem to trigger from a Python environment
On macOS
Results in
duckdb.duckdb.ParserException: Parser Error: syntax error at or near "-"