-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
Type: enhancementNew feature or requestNew feature or request
Description
What feature or improvement would you like to see?
ERROR tests/test_connection.py::TestConnection::test_get_objects_constraints_foreign[postgresql:15+] - NotImplementedError
ERROR tests/test_connection.py::TestConnection::test_get_objects_constraints_primary[postgresql:15+] - NotImplementedError
ERROR tests/test_connection.py::TestConnection::test_get_objects_constraints_unique[postgresql:15+] - NotImplementedError
These tests are being skipped right now because the PostgreSQL driver throws NotImplementedError when GetObjects is called with depth levels that request constraint information (foreign keys, primary keys, unique constraints). The driver should query PostgreSQL system catalogs (pg_constraint, pg_index) to retrieve constraint metadata so that we can enable the get_objects_constraints_* feature flags and pass the tests.
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request