Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在超集中免疫切片日期,我还在https://superset.incubator.apache.org/faq.html找到了如何做到这一点,但目前还不清楚。那么,谁能帮我一个直观的例子?
感谢
这是一个例子:{
"filter_immune_slices": [3], "filter_immune_slice_fields": { "1": ["from", "to"], "2": ["from", "to"] },
}
这基本上意味着对于切片 1 和 2,您需要过滤字段from并且to被忽略意味着如果您有一个按任一字段过滤的过滤器,切片 1 和 2 不会受到影响。
from
to