alldoami opened a new issue, #24786: URL: https://github.com/apache/superset/issues/24786
Hello! I'm currently getting an error from this line: https://github.com/apache/superset/blob/master/superset/db_engine_specs/hive.py#L548 when running a query in sqllab against a databricks unity catalog table. The error is in the screenshot. I think the `async` kwarg might be outdated and may have been referenced in one of the installed packages on an older version, but now it is no longer recognized. Wondering if I need to pin a package to an older version but I'm not sure how to find which package is implementing `execute` and which version it should be on. I'm on all the required versions by superset (https://github.com/apache/superset/blob/master/requirements/base.txt) #### How to reproduce the bug 1. Create a Databricks unity catalog database connection (right now I have all permissions allowed on the tables so it's not a permissions issue) 2. Try to query any table from unity catalog 3. Find logs in kubernetes pods that show the above description ### Expected results Connect to Databricks Unity Catalog and display data. ### Actual results Unable to show results from the tables. #### Screenshots  ### Environment (please complete the following information): - browser type and version: Chrome - superset version: building image off of this [sha](https://hub.docker.com/layers/apache/superset/abb8e28e4914ad46ef50e33934ec97c1e8fcf5b4/images/sha256-2876555bbb7773c5e1dfc5149ab1d150edce668189e741d3816089610a4e2895?context=explore) - python version: `Python 3.9.17` ### 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]
