Closed amotl closed 8 months ago
Using the ?ssl=true
suffix on the connection URL did not change anything. Wierd reported it's the same error.
What about omitting doc
within the URL path, because CrateDB does not know about databases?
The correct way to address a schema in SQLAlchemy would be by using the schema
query parameter, like ?schema=doc
, but I'd always recommend to omit it completely when troubleshooting, to verify if basic connectivity works.
Now I am seeing it. You can't use the CrateDB SQLAlchemy dialect to connect to the PostgreSQL port, because the dialect currently speaks HTTP only. That other patch may improve the situation in this regard.
@wierdvanderhaar says:
Default port works, sorry for the confusion!
Thanks. Sorry for noticing late!
Problem
@wierdvanderhaar reported an error without much further information when connecting Apache Superset to CrateDB Cloud, while roughly following the setup instructions ^1, omitting workstation setup details.
The connection URL is: