Superset feature gaps and questions to the community #33526
Replies: 2 comments
-
To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
|
I'm glad Dosu bot answered, it would take an hour to reply to all of these. (1) and (6) and (7) look the same to me. Did you end up deploying Superset? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All.
We're in the process of implementing superset while it provides many powerful features out of the box, but there are few areas where deeper understanding is required.
Below are some of the questions as per requirements:
How can we integrate custom cron based reporting in Superset?
We’re looking to schedule automated report generation using cron jobs and want users to be able to download or view these reports directly from the Superset UI. Is there a recommended approach for integrating this functionality, or are there existing community efforts or plugins that support this use case?
What is the recommended approach to enable fully asynchronous downloads (e.g. CSV, PDF) for large datasets in Apache Superset?
We want to enable users to export large datasets without causing performance issues. Superset supports async queries, but exports (especially PDFs) are still synchronous. Is there a scalable method to handle this?
What strategies does the Superset community recommend for handling extremely large data exports (e.g. more than 10 million rows)?
Exports of large data volumes can crash Superset or take too long. Are there known solutions such as batch exports or worker based processing to support such large datasets?
Can Superset dashboards dynamically create hyperlinks or buttons?
Is there a native or plugin based way to embed dynamic hyperlinks in dashboards that respond to POST requests using a button with parameterized data?
Is there a recommended method to build a native or plugin based interface in Superset to view already generated reports or scheduled (cron) outputs?
We want users to be able to view past generated reports from within Superset. Are there tools or APIs that support this kind of archival and access interface?
How can we configure Superset to auto send emails (e.g. reports or alerts) directly from the UI, without relying solely on backend configurations?
We’re interested in letting users configure email scheduling and delivery directly from the UI. Is this currently supported or on the roadmap?
What is the best practice for setting up scheduled report generation and delivery (email) within Superset?
Superset has Alerts & Reports, but documentation is sparse. What are the best practices for automating report scheduling via email?
Does Superset support or plan to support FTP report delivery?
Many enterprise environments require reports to be uploaded to secure FTP servers. Is there native support or a recommended integration path for this?
Are there any plans to introduce advanced search (full text or semantic) across dashboards, charts, and datasets in Superset?
Current search is limited to exact matches on names. Will Superset add support for full text or metadata based search across objects?
What are the best practices for implementing project specific customizations in Superset, such as applying themes, custom filters, or access control rules per project/client?
For multitenant or client specific implementations, how can one manage separate themes, filters, and data restrictions effectively?
Is there any way to enable password protection or encryption for PDF reports generated from Superset dashboards?
Can Superset secure exported PDFs by adding password protection or encryption, either natively or via a plugin or post processing script?
Does Superset plan to support TTL (Time to Live) or auto deletion for generated reports?
Superset supports TTL for cached queries, but can it automatically expire or delete generated reports after a configurable duration?
How well does Superset support multi language (e.g. Spanish, French) reporting and UI translations, especially in a reporting context?
Flask-Babel partially translates the UI, but we need full report translation. Is this fully supported or being improved?
Can Superset support exporting individual slices or specific sections of a dashboard to PDF instead of only exporting the full dashboard?
We often need to export only one chart or a specific part of a dashboard. Is selective or custom export supported or planned?
Are there any tools or plugins available for monitoring and auditing within Superset, such as tracking user actions, dashboard access logs, or download history?
For enterprise governance, we need to monitor superset (crashes, cpu, memory, usage). Are there any existing tools or plans for native support?
Beta Was this translation helpful? Give feedback.
All reactions