swamy16 commented on issue #945: Google BigQuery Support
URL: 
https://github.com/apache/incubator-superset/issues/945#issuecomment-384620285
 
 
   @mxmzdlv Thanks for your quick response. I tried the method you suggested
   `pip install pybigquery --upgrade. It didnt work`.
   
   Then I uninstalled pyodbc using 
   `pip uninstall pyodbc` 
   
   and again ran the same commands
   engine = create_engine('bigquery://compact-arc-200812')
   
   I got an error showing 
   `Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File 
"C:\Users\sachitanandp\venv\lib\site-packages\sqlalchemy\engine\__init__.py", 
line 419, in create_engine
       return strategy.create(*args, **kwargs)
     File 
"C:\Users\sachitanandp\venv\lib\site-packages\sqlalchemy\engine\strategies.py", 
line 80, in create
       dbapi = dialect_cls.dbapi(**dbapi_args)
     File 
"C:\Users\sachitanandp\venv\lib\site-packages\sqlalchemy\connectors\pyodbc.py", 
line 38, in dbapi
       return __import__('pyodbc')
   ModuleNotFoundError: No module named 'pyodbc'`
   
   I dont know if I am doing the right thing.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to