msyavuz commented on code in PR #33959:
URL: https://github.com/apache/superset/pull/33959#discussion_r2201998400


##########
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:
   @mistercrunch Do we intend to change this default? I think it makes sense to 
have the filter not apply across datasets unless you extend the scope.



-- 
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]

Reply via email to