mistercrunch commented on code in PR #33959: URL: https://github.com/apache/superset/pull/33959#discussion_r2202883660
########## docs/docs/faq.mdx: ########## @@ -275,3 +275,28 @@ No. Currently, there is no way to recover a deleted Superset dashboard/chart/dat Hence, it is recommended to take periodic backups of the metadata database. For recovery, you can launch a recovery instance of a Superset server with the backed-up copy of the DB attached and use the Export Dashboard button in the Superset UI (or the `superset export-dashboards` CLI command). Then, take the .zip file and import it into the current Superset instance. Alternatively, you can programmatically take regular exports of the assets as a backup. + +### How are dashboard filters broadcasted? + +In Superset, **filters on a dashboard are broadcasted to other charts by default** based on matching **column names**, even across different datasets. Review Comment: AFAiC this PR is on hold until we decide whether we want to change defaults vs. document the current behavior. I didn't want to document something we might change shortly. Curious what @yousoph thinks. Turns out what I wrote here *is not* the current behavior ... though maybe it should be, idk. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
