HazemBittar opened a new issue, #20288:
URL: https://github.com/apache/superset/issues/20288
Make sure these boxes are checked before submitting your issue - thank you!
- [x] I have checked the superset logs for python stacktraces and
included it here as text if any
- [x] I have reproduced the issue with at least the latest released
version of superset
- [x] I have checked the issue tracker for the same issue and I haven't
found one similar
Superset version
superset==1.4.1
Expected results
Import dashboard from on instance to another
Actual results
Fails on import after ask me for database password and i added the password
with no success! i connect the database and the test connection good!
Steps to reproduce
This is the error:
An error occurred while importing database: Error importing database
Traceback (most recent call last):
2022-06-07
11:32:40,626:INFO:superset.dashboards.commands.importers.dispatcher:Command
failed validation
superset_1 | Error importing dashboard
superset_1 | 2022-06-07
11:32:40,627:WARNING:superset.views.base:Error importing dashboard
superset_1 | Command failed validation
superset_1 | 2022-06-07
11:33:09,308:INFO:superset.dashboards.commands.importers.dispatcher:Command
failed validation
superset_1 | Error importing dashboard
superset_1 | 2022-06-07
11:33:09,308:WARNING:superset.views.base:Error importing dashboard
superset_1 |
/usr/local/lib/python3.8/site-packages/flask_caching/__init__.py:201:
UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively
disabled.
superset_1 | warnings.warn(
superset_1 | Unable to load dialect <class
'sqlalchemy.dialects.mssql.adodbapi.MSDialect_adodbapi'>: type object
'MSDialect_adodbapi' has no attribute 'dbapi'
superset_1 | 2022-06-07
11:33:29,972:WARNING:superset.db_engine_specs:Unable to load dialect <class
'sqlalchemy.dialects.mssql.adodbapi.MSDialect_adodbapi'>: type object
'MSDialect_adodbapi' has no attribute 'dbapi'
superset_1 | 2022-06-07
11:33:30,260:DEBUG:snowflake.connector.ssl_wrap_socket:Injecting
ssl_wrap_socket_with_ocsp
superset_1 |
/usr/local/lib/python3.8/site-packages/snowflake/connector/options.py:94:
UserWarning: You have an incompatible version of 'pyarrow' installed (4.0.1),
please install a version that adheres to: 'pyarrow<6.1.0,>=6.0.0; extra ==
"pandas"'
superset_1 | warn_incompatible_dep(
superset_1 | 2022-06-07
11:33:30,263:DEBUG:snowflake.connector.auth:cache directory:
/root/.cache/snowflake
superset_1 | Unable to load dialect <class
'sqlalchemy.dialects.mssql.adodbapi.MSDialect_adodbapi'>: type object
'MSDialect_adodbapi' has no attribute 'dbapi'
superset_1 | 2022-06-07
11:34:46,360:WARNING:superset.db_engine_specs:Unable to load dialect <class
'sqlalchemy.dialects.mssql.adodbapi.MSDialect_adodbapi'>: type object
'MSDialect_adodbapi' has no attribute 'dbapi'
superset_1 | 2022-06-07
11:34:46,827:DEBUG:snowflake.connector.ssl_wrap_socket:Injecting
ssl_wrap_socket_with_ocsp
superset_1 |
/usr/local/lib/python3.8/site-packages/snowflake/connector/options.py:94:
UserWarning: You have an incompatible version of 'pyarrow' installed (4.0.1),
please install a version that adheres to: 'pyarrow<6.1.0,>=6.0.0; extra ==
"pandas"'
superset_1 | warn_incompatible_dep(
superset_1 | 2022-06-07
11:34:46,833:DEBUG:snowflake.connector.auth:cache directory:
/root/.cache/snowflake
superset_1 | Command failed validation
superset_1 | 2022-06-07
11:35:36,352:INFO:superset.dashboards.commands.importers.dispatcher:Command
failed validation
superset_1 | Error importing dashboard
superset_1 | 2022-06-07
11:35:36,352:WARNING:superset.views.base:Error importing dashboard
superset_1 | Command failed validation
superset_1 | 2022-06-07
11:35:50,702:INFO:superset.dashboards.commands.importers.dispatcher:Command
failed validation
superset_1 | Error importing dashboard
superset_1 | 2022-06-07
11:35:50,703:WARNING:superset.views.base:Error importing dashboard
--
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]