We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ef4b9 commit 7f41fc2Copy full SHA for 7f41fc2
tests/sqllogictests/suites/task/task_ddl_test.test
@@ -13,7 +13,7 @@ CREATE TASK mytask
13
SCHEDULE = USING CRON '0 0 0 1 1 ? 2100'
14
AS SELECT 1;
15
16
-statement ok
+statement error 2801
17
CREATE TASK task_with_bad_set
18
WAREHOUSE = 'mywh'
19
0 commit comments