-
### Bug description
I'm using a dataset with 3 time columns: `submission_ts`, `start_ts`, and `end_ts`. I made a bar chart with `submission_ts` on the x-axis and the count of training jobs on the y…
-
Tableau, Graphana, Apache Superset are targets that users have expressed interest in. Would be good to expand examples beyond kibana alone.
-
### Version
latest
### Link to Minimal Reproduction
https://codepen.io/Sam-Yang-the-selector/pen/MWzbmYE
### Steps to Reproduce
My case is bar chart with xAxis type is value, and the min value …
-
I have a dataset (a virtual table) with thousands of records. The dataset is shown via Table chart. Server-side pagination is enabled there. Chart is added to a dashboard.
When I observe the dashb…
-
### Bug description
the problem has already been discussed in https://github.com/apache/superset/pull/24989
but the problem is remaining :
- I'm using the 3.1.2 version of superset installed in…
-
Using Flask-Appbuilder to build Superset app.
Versions
Flask_AppBuilder-1.9.4
superset-0.22.1
WTForms-2.1
**Actual Result**
In RegisterUserDBForm of Superset email column validates any str…
-
Apache Solr search syntax (superset of lucene) allows keywords: AND, OR, NOT:
http://wiki.apache.org/solr/SolrQuerySyntax
http://lucene.apache.org/core/3_6_0/queryparsersyntax.html#Boolean%20oper…
-
As Editor, for each dashboard, I would like add/remove/change tabs in the first line for linking to subdashboard navigation (https://github.com/apache/incubator-superset/pull/4528)
-
when click to view the Dashboards on Superset, It gives me Apache Pino Error
```
{'errorCode': 410, 'message': 'BrokerResourceMissingError'}
This may be triggered by:
Issue 1002 - The database ret…
-
Superset displays numbers in the American default (i.e. 2,000.00) and we need to add support for displaying numbers in other locales (i.e 2.000,00). Some developers have figured out how to do this and…