trinodb / trino-python-client

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

add trino sqlalchemy source #180

Closed 15374604475 closed 2 years ago

15374604475 commented 2 years ago

When we connected to trino through superset, the source could not be specified, so all queries could not be load-balanced through the presto gateway agent

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: cjq. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails