You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/20 02:11:08 UTC

[GitHub] [incubator-superset] sarithapodali opened a new issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource

sarithapodali opened a new issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource
URL: https://github.com/apache/incubator-superset/issues/8877
 
 
   ERROR: {"error": "Connection failed!\n\nThe error message returned was:\nCan't load plugin: sqlalchemy.dialects:snowflake", "stacktrace": "Traceback (most recent call last):\n  File \"/app/superset/views/core.py\", line 1769, in testconn\n    engine = database.get_sqla_engine(user_name=username)\n  File \"/app/superset/utils/core.py\", line 130, in __call__\n    value = self.func(*args, **kwargs)\n  File \"/app/superset/models/core.py\", line 971, in get_sqla_engine\n    return create_engine(sqlalchemy_url, **params)\n  File \"/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/__init__.py\", line 435, in create_engine\n    return strategy.create(*args, **kwargs)\n  File \"/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py\", line 61, in create\n    entrypoint = u._get_entrypoint()\n  File \"/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/url.py\", line 172, in _get_entrypoint\n    cls = registry.load(name)\n  File \"/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py\", line 240, in load\n    \"Can't load plugin: %s:%s\" % (self.group, name)\nsqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:snowflake\n"}
   
   - I have run pip3 install snowflake-sqlalchemy
   - Verified installation as per https://github.com/snowflakedb/snowflake-sqlalchemy
   
   Please let me know if I there is more things to be done here. Thanks!
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] AnkitSingh02 commented on issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource

Posted by GitBox <gi...@apache.org>.
AnkitSingh02 commented on issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource
URL: https://github.com/apache/incubator-superset/issues/8877#issuecomment-583282295
 
 
   Have already installed the library sqlalchemy_clickhouse inside the container, manually by exec into the container (not at the time of creating the container) does that make any difference? Installation while creating the container or installing it by exec inside a container.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] commented on issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource

Posted by GitBox <gi...@apache.org>.
stale[bot] commented on issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource
URL: https://github.com/apache/incubator-superset/issues/8877#issuecomment-610259774
 
 
   This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue `.pinned` to prevent stale bot from closing the issue.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] sarithapodali commented on issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource

Posted by GitBox <gi...@apache.org>.
sarithapodali commented on issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource
URL: https://github.com/apache/incubator-superset/issues/8877#issuecomment-583118296
 
 
   @AnkitSingh02 Make sure that all the library installations are done inside the docker. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] stale[bot] closed issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource

Posted by GitBox <gi...@apache.org>.
stale[bot] closed issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource
URL: https://github.com/apache/incubator-superset/issues/8877
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] AnkitSingh02 commented on issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource

Posted by GitBox <gi...@apache.org>.
AnkitSingh02 commented on issue #8877: Can't load plugin: sqlalchemy.dialects:snowflake error when testing connection while adding datasource
URL: https://github.com/apache/incubator-superset/issues/8877#issuecomment-583107028
 
 
   Even I am facing similar issue! with Clickhouse.
   
   Can you please share your steps in-case you were able to fix it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org