mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix: don't reformat generated queries (#30350)
(cherry picked from commit 0b34197815)
This commit is contained in:
@@ -683,7 +683,7 @@ def test_get_samples_with_multiple_filters(
|
||||
assert "2000-01-02" in rv.json["result"]["query"]
|
||||
assert "2000-01-04" in rv.json["result"]["query"]
|
||||
assert "col3 = 1.2" in rv.json["result"]["query"]
|
||||
assert "col4 IS NULL" in rv.json["result"]["query"]
|
||||
assert "col4 is null" in rv.json["result"]["query"]
|
||||
assert "col2 = 'c'" in rv.json["result"]["query"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user