trinodb / trino-python-client

Python client for Trino
Apache License 2.0
309 stars 151 forks source link

Support comment creation with sqlalchemy #256

Open mdesmet opened 1 year ago

mdesmet commented 1 year ago

Describe the feature

sqlalchemy provides support for comments on Tables and Columns

See https://docs.sqlalchemy.org/en/14/core/metadata.html#sqlalchemy.schema.Table.params.comment https://docs.sqlalchemy.org/en/14/core/metadata.html#sqlalchemy.schema.Column.params.comment

The Trino implementation currently does not support this.

Describe alternatives you've considered

No response

Are you willing to submit PR?