Relative Content

Tag Archive for apache-superset

How can I set custom coloring for individual charts in Superset version 3.1?

In Superset version 3.1, I’m attempting to set individual colors for the charts on my dashboard, but the changes aren’t taking effect, even when I don’t set any color scheme for the dashboard itself.And I am unable to set the color scheme by modifying the dashboard’s JSON metadata in Superset.

Superset. Executing Stored Procedures by changing the source code

Apache Superset runs only SELECT statements. When I try EXEC someSP against SQL SERVER then it throws me “Only SELECT statements are allowed against this database.”. Because Superset is an open source software in Python Ι tried to find information how to change the code so to allow the execute of SP in Sql server (I imagine that the same problem exist with other rdbms as MySql that use Call SP and postgresql). Please I know that there are other posts in the Internet that suggest the use of OPENQUERY. I am not interested in the OPENQUERY solution that I have already test it and works. I need a solution related to python source code.

How to Apply a URL Filter in a Superset Dashboard

I need to provide a filter for an Apache Superset dashboard via URL parameter and apply the filter to the data shown. I can set the filter via URL parameter, but it is not applied to the data in the charts.