musicmuthu commented on issue #20043:
URL: https://github.com/apache/superset/issues/20043#issuecomment-2093485370

   i have the same issue now in 3.1.1
   
   Unable to load SQLAlchemy dialect <class 
'pydruid.db.sqlalchemy.DruidHTTPSDialect'>: No module named 'google'
   2024-04-30 14:57:22,628:WARNING:superset.db_engine_specs:Unable to load 
SQLAlchemy dialect <class 'pydruid.db.sqlalchemy.DruidHTTPSDialect'>: No module 
named 'google
   
   
   my additional bootstrap:
   bootstrapScript: |
       #!/bin/bash
       rm -rf /var/lib/apt/lists/* && \
       pip install authlib==1.0.1 \
         psycopg2==2.8.5 elasticsearch-dbapi==0.2.9 trino==0.321.0 
cx_Oracle==8.3.0 gevent && \
       if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid 0" > 
~/bootstrap; fi
   


-- 
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]

Reply via email to