Superset CSV export has two issues
- The link its not responding to the properly specified subpath
- The api endpoint is broken with error:
sqlalchemy.exc.StatementError: (builtins.ValueError) bytes is not a 16-char string
The first issue can be hacked with the manual redirects list setup to handle other superset subpath bugs (need to stay on top of this). The second issue needs investigation.
Superset CSV export has two issues
sqlalchemy.exc.StatementError: (builtins.ValueError) bytes is not a 16-char stringThe first issue can be hacked with the manual redirects list setup to handle other superset subpath bugs (need to stay on top of this). The second issue needs investigation.