[python] table_constraints always empty calling to adbc_get_objects for Flight SQL source
Open
Type: enhancement
Type: question
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
We are trying to use `adbc_driver_flightsql` (version 1.2.0) to access our Flight SQL interface, and we are having issues trying to obtain the primary keys (or any other type of constraints) via the `table_constraints` field of the result of:
```python
objs = AdbcConnection.adbc_get_objects(depth="columns")
```
All `table_constraints` fields inside `objs` come as empty list, and we don't see our Flight SQL interface being asked for table constraints at all...
Is this not yet implemented for Flight SQL?
Contributor guide
Assessment
This issue has not been assessed yet.