trinodb / trino-python-client

Python client for Trino
Apache License 2.0
327 stars 163 forks source link

JSON functionality #387

Closed dwolfeu closed 9 months ago

dwolfeu commented 1 year ago

Describe the feature

Can the standard JSON operations such as some_table.c.json_column['some key'] and some_table.c.json_column[('key_1', 'key_2', 5, ..., 'key_n')] be implemented?

Describe alternatives you've considered

I sought the advice of the community.

Are you willing to submit PR?

hashhar commented 9 months ago

Fixed via https://github.com/trinodb/trino-python-client/pull/425