MartinKChen commented on issue #22149: URL: https://github.com/apache/superset/issues/22149#issuecomment-1790104700
Got the same issue when using 3.0.1 as my base image, with authlib and apache-superset[databricks] installed as extra layer for my deployment. I tried to `docker run` the image and execute `pip list` within the container to ensure required libraries were installed correctly. But have the issue of "No module named authlib" and Databricks connection did not show up when adding new connections after deployed to my local Kubernetes cluster (i was using kind) with my customized image. And worked as charm after add these libraries under bootstrapScript as @stevehenderson suggested. Still trying to understand why these libraries does not work, and require to be installed with bootstrap when the image already have them installed. -- 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]
