Skip to content

Superset not working properly after upgrade to v 1.5.1 #237

@shivrajjadhav97

Description

@shivrajjadhav97

After upgrading superset v 1.4.0 to v 1.5.1, unable to view charts. Tested database connection in superset which is working fine.
Error:
image

After checking superset container logs, found below errors.
Error: "/usr/local/lib/python3.8/site-packages/snowflake/connector/options.py:94: UserWarning: You have an incompatible version of 'pyarrow' installed (6.0.0), please install a version that adheres to: 'pyarrow<6.0,>=6.0.0; extra == "pandas"'"
Error: "WARNING:superset.db_engine_specs:Unable to load SQLAlchemy dialect <class 'pyathena.sqlalchemy_athena.AthenaDialect'>: (pyarrow 6.0.0 (/usr/local/lib/python3.8/site-packages), Requirement.parse('pyarrow<6.0,>=5.0.0'))"

Tried installing multiple versions of packages to satisfy compatibility but didn't work.

  • pyarrow v 4.0.0, 5.0.0, 6.0.0, 6.1.0, 7.0.0, 8.0.0
  • pyparsing v 2.4.7
  • pandas v 1.2.5
  • Flask-AppBuilder v 3.4.3
  • cachelib v 0.1.1
  • snowflake-connector-python v 2.4.6
  • snowflake-connector-python[pandas]
  • snowflake-sqlalchemy v 1.2.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions