Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support comment creation with sqlalchemy #256

Open
1 task
mdesmet opened this issue Oct 11, 2022 · 0 comments
Open
1 task

Support comment creation with sqlalchemy #256

mdesmet opened this issue Oct 11, 2022 · 0 comments

Comments

@mdesmet
Copy link
Contributor

mdesmet commented Oct 11, 2022

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?

  • Yes I am willing to submit a PR!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant