Which Snowflake connector is best suited for efficiently utilizing partition functionality when working with datasets that need to be partitioned across multiple columns? For example, if a dataset contains sales data and needs to be partitioned by columns such as region
and sales_date
to optimize query performance and data organization, which connector would provide the most effective implementation for this use case?