-
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…
-
## Version
apache-superset==3.1.1
## Screenshot
## Description
Hello,
I am currently embedding dashboards into an iframe and wish to hide the header in the embedded view. Despite follow…
-
Edit Dashboard button will be enabled only when user is an admin or owner of the dashboard and also have `can write on dashboard` permission.
However you can delete an dashboard if you have `can wr…
-
When importing a dashboard via `/api/v1/dashboard/import/` with the ovewrite flag set to true, the charts within the dashboard are merged with existing charts. I would expect if passing the overwrite …
-
### Bug description
Hi Superset Community,
I have a problem exporting Charts as Image, from multiple Dashboards and instance of Superset.
### How to reproduce the bug
1. Go to a Dashboards…
-
Hi, I am new to CloudFormation and I have deployed Apache Superset v.2.0.0 on CloudFormation stack using Quick Start doc. I want to install Snowflake driver into Superset, but I couldn't find a way li…
-
## Screenshot
## Description
The Label colour in the Radar Chart is not very legible on the default background, and fails color accessibility standards.
## Design input
I would sug…
-
### Bug description
This is due to the snippet of code here in customControls.tsx
```
export const xAxisForceCategoricalControl = {
name: 'xAxisForceCategorical',
config: {
type: 'Chec…
-
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…