mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: Row limit hardcoded (#26807)
(cherry picked from commit 5e633d2bb0)
This commit is contained in:
committed by
Michael S. Molina
parent
2f9572c367
commit
91399b1391
@@ -344,7 +344,7 @@ def test_run_async_cta_query_with_lower_limit(test_client, ctas_method):
|
||||
assert QUERY == query.sql
|
||||
|
||||
assert query.rows == (1 if backend() == "presto" else 0)
|
||||
assert query.limit == 10000
|
||||
assert query.limit == 50000
|
||||
assert query.select_as_cta
|
||||
assert query.select_as_cta_used
|
||||
|
||||
|
||||
Reference in New Issue
Block a user