Partitions Clauses are Handled by Snowflake
Last updated 7 months ago
This FDM is deprecated, please refer to documentation
This warning appears when the PARTITION and SUBPARTITION clauses appear within a query. Snowflake handle partitions automatically
PARTITION
SUBPARTITION
SELECT * FROM TABLITA PARTITION(col1);
SELECT * FROM TABLITA -- --** SSC-FDM-OR0045 - PARTITIONS CLAUSES ARE HANDLED BY SNOWFLAKE ** -- PARTITION(col1) ;
No additional user actions are required.
If you need more support, you can email us at