micimize commented on issue #7969: Not able to connect superset with BQ URL: https://github.com/apache/incubator-superset/issues/7969#issuecomment-525889356 @bhuvanbhatia0807 this worked for me: ```Dockerfile FROM amancevice/superset:0.34.0rc1 USER root RUN pip3 install --no-cache-dir pybigquery==0.4.10 ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
