MSCEWI2029
Queue table functionality is not supported.
Low
This warning appears when a
TABLE
with the QUEUE attribute is migrated. The QUEUE
keyword is removed because it is not supported in snowflake.CREATE MULTISET TABLE SAMPLE_TABLE,
QUEUE,
NO FALLBACK
(
COL1 INTEGER
);
/*** MSC-WARNING - MSCEWI2029 - QUEUE TABLE FUNCTIONALITY NOT SUPPORTED ***/
CREATE TABLE PUBLIC.SAMPLE_TABLE
(
COL1 INTEGER
);
- 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.
Last modified 1yr ago