stoffeastrom commented on issue #12496: URL: https://github.com/apache/arrow/issues/12496#issuecomment-1050235527
I was trying to find these ```yaml CommandGetCatalogs: list catalogs in a database. CommandGetCrossReference: list foreign key columns that reference a particular other table. CommandGetDbSchemas: list schemas in a catalog. CommandGetExportedKeys: list foreign keys referencing a table. CommandGetImportedKeys: list foreign keys of a table. CommandGetPrimaryKeys: list primary keys of a table. CommandGetSqlInfo: get information about the database itself and its supported SQL dialect. CommandGetTables: list tables in a catalog/schema. CommandGetTableTypes: list table types supported (e.g. table, view, system table). ``` after read the blog [post](https://arrow.apache.org/blog/2022/02/16/introducing-arrow-flight-sql/) but couldn't find anything under `go` path in the repo. I'll look into the `AppMetadata`. Thanks for your reply @zeroshade -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
