MSCEWI3119
Supplemental logging clause commented out
Low
By removing the statement, the functional equivalence of the table is preserved, that is why we just comment out the clause and add this LOW severity warning.
CREATE TABLE table1
(
col1 DATE,
SUPPLEMENTAL LOG DATA (ALL) COLUMNS
);
CREATE OR REPLACE TABLE PUBLIC.table1 (
col1 DATE,
-- ** MSC-WARNING - MSCEWI3119 - SUPPLEMENTAL LOGGING CLAUSE COMMENTED OUT BECAUSE IS NOT NEEDED IN SNOWFLAKE. **
--SUPPLEMENTAL LOG DATA (ALL) COLUMNS
);
- You can browse some historical activity information in Account Usage, Query history and Snowflake time travel and fail-safe features.
Last modified 3mo ago