rmannibucau commented on issue #10940: URL: https://github.com/apache/superset/issues/10940#issuecomment-3708325541
My dirty fix in bootstrap script (docker) - but it is not compatible if the container is in readonly filesystem mode: ```sh sed -i "380s/.*/ return [row[\"tableName\"] for row in connection.execute(text(query))]/" /app/.venv/lib/python3.10/site-packages/pyhive/sqlalchemy_hive.py ``` -- 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]
