mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(datasource): Checkbox for always filtering main dttm in datasource (#25204)
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
@@ -82,6 +82,7 @@ def test_export(session: Session) -> None:
|
||||
template_params=json.dumps({"answer": "42"}),
|
||||
schema_perm=None,
|
||||
normalize_columns=False,
|
||||
always_filter_main_dttm=False,
|
||||
extra=json.dumps({"warning_markdown": "*WARNING*"}),
|
||||
)
|
||||
|
||||
@@ -110,6 +111,7 @@ fetch_values_predicate: foo IN (1, 2)
|
||||
extra:
|
||||
warning_markdown: '*WARNING*'
|
||||
normalize_columns: false
|
||||
always_filter_main_dttm: false
|
||||
uuid: null
|
||||
metrics:
|
||||
- metric_name: cnt
|
||||
|
||||
Reference in New Issue
Block a user