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:

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
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:
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.