Links

MSCEWI2029

Queue table functionality is not supported.

Severity

Low

Description

This warning appears when a TABLE with the QUEUE attribute is migrated. The QUEUE keyword is removed because it is not supported in snowflake.

Code Example

Input Code:

CREATE MULTISET TABLE SAMPLE_TABLE,
QUEUE,
NO FALLBACK
(
COL1 INTEGER
);

Output Code:

/*** MSC-WARNING - MSCEWI2029 - QUEUE TABLE FUNCTIONALITY NOT SUPPORTED ***/
CREATE TABLE PUBLIC.SAMPLE_TABLE
(
COL1 INTEGER
);

Recommendations

  • No additional user actions are required.
  • For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.