Skip to content

Commit 9a94a32

Browse files
zaidshabbir25danolivo
authored andcommitted
Clarify error message for seq_1 conversion
Updated error message for sequence conversion.
1 parent 6b3e1fb commit 9a94a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/conversion.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ INSERT INTO t2 VALUES (DEFAULT);
2121
INSERT INTO t3 VALUES (DEFAULT);
2222

2323
SELECT snowflake.convert_sequence_to_snowflake('t1'); -- ERROR, not a sequence
24-
SELECT snowflake.convert_sequence_to_snowflake('seq_1'); -- ERROR, not assocoated with any relation
24+
SELECT snowflake.convert_sequence_to_snowflake('seq_1'); -- No associated relation found
2525

2626
SELECT snowflake.convert_sequence_to_snowflake('t1_x_seq');
2727
SELECT snowflake.convert_sequence_to_snowflake('t2_x_seq');

0 commit comments

Comments
 (0)