apache/superset

supersetCanCSV property naming could be better

Open

#24,290 opened on Jun 5, 2023

View on GitHub
 (12 comments) (1 reaction) (0 assignees)TypeScript (17,291 forks)batch import
good first issuerisk:breaking-change

Repository metrics

Stars
 (72,837 stars)
PR merge metrics
 (Avg merge 22d 17h) (641 merged PRs in 30d)

Description

Description

Javascript code uses supersetCanCSV property to check wether user is allowed to download chart as csv, excel or image.

This is bit outdated, supersetCanDownload would be more informative?

Contributor guide