(Submitting on behalf of a Snowflake user - searching for any advice available...)
While copying data from AWS S3 Parquet file, I'm looking to select just a few rows based on a where condition to copy to Snowflake. I've reviewed the following link (understanding that the copy transformation should allow me to add a filter clause while selecting data from stage file):
https://docs.snowflake.net/manuals/user-guide/script-data-load-transform-parquet.html
However, from the example I see, it helps select a few columns not a few rows. I am looking to filter the rows based on a condition to load.
It has previously been recommended that the filter can be applied in the same way by applying the “Where” clause, but it doesn't seem to be a suitable solution for the user.
Any recommendations?