Handle slashes in Presto schemas for SQLAlchemy URL #280
Comments
|
A workaround for this is using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
|
A workaround for this is using |
When connecting a PrestoDB database to query a Apache Pulsar SQL worker, errors are occurring when working with a schema containing slashes.
The check from: https://github.com/dropbox/PyHive/blob/master/pyhive/sqlalchemy_presto.py#L106 is raising an exception whereas I expected the schema to contain the slash.
I believe the check should be removed or we need a way to escape the slashes:
Example of integration can be found here: apache/superset#7297
The text was updated successfully, but these errors were encountered: