EMCP opened a new issue, #21745: URL: https://github.com/apache/superset/issues/21745
I have the following setup ``` Superset 2.0.0 TRINO 399 HIVE + S3 + Parquet pypi trino==0.315.0 (I cannot connect with latest 0.317.0 ) ``` I can successfully connect using both the `hive` and `ubuntu` user in the connection string.. however when I go to create a dataset.. no tables or schemas are being listed.. with either user I can confirm the tables exist, I can query it in the SQL Lab.. I just cannot proceed from there. #### How to reproduce the bug Add a Trino DB with a catalog in the connection string Once connected try to add a dataset with a known existing table ### Expected results it should allow me to make a dataset so I can create charts ### Actual results its blank and you cannot proceed #### Screenshots  ### Environment (please complete the following information): - browser type and version: - superset version: `superset version` - python version: `python --version` - node.js version: `node -v` - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [ ] I have checked the issue tracker for the same issue and I haven't found one similar. ### Additional context Add any other context about the problem here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
