ryan-syed opened a new issue, #1319:
URL: https://github.com/apache/arrow-adbc/issues/1319

   `GetObjects` API for snowflake go driver doesn't return table constraints: 
https://github.com/apache/arrow-adbc/blob/cac2d836c0371f86add8de0fe6f3d90293c808b0/go/adbc/driver/snowflake/connection.go#L177
 as a part of `TABLE_SCHEMA`. Reference implementation can be found for the 
BigQuery driver: 
https://github.com/apache/arrow-adbc/blob/cc0c4e9c01b1feb7c175b22f7cc1b0d019751745/csharp/src/Drivers/BigQuery/BigQueryConnection.cs#L526
 
   
   The goal would be:
   
   - Add table constraints implementation for `GetObjects` within 
`getObjectsTables` method
   - Add tests in 
https://github.com/ryan-syed/arrow-adbc/blob/main/csharp/test/Drivers/Snowflake/DriverTests.cs
 to check if the table constraints are returned
   - Add parsing of table constraints in 
https://github.com/apache/arrow-adbc/blob/main/csharp/test/Apache.Arrow.Adbc.Tests/Metadata/GetObjectsParser.cs


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to