I have installed Superset version 3.0.2 release
I have installed HANA drivers with command pip install hdbcli sqlalchemy-hana
I can access to all HANA tables which are named without "/"
When I select a table containing "/" I received this error message:
An Error Occurred
Unable to load columns for the selected table. Please select a different table.
I have read following fix
https://github.com/apache/superset/pull/24796/files
But I already have the corrected files in my superset installation
I have installed Superset version 3.0.2 release
I have installed HANA drivers with command pip install hdbcli sqlalchemy-hana
I can access to all HANA tables which are named without "/"
When I select a table containing "/" I received this error message:
An Error Occurred
Unable to load columns for the selected table. Please select a different table.
I have read following fix
https://github.com/apache/superset/pull/24796/files
But I already have the corrected files in my superset installation