Source
About the Snowflake Connector for MySQL
The Snowflake Connector for MySQL allows you to: Load data into Snowflake from a MySQL database. Configure replication so that changes in your MySQL database are replicated to Snowflake. To handle connections between Snowflake and MySQL,…
SQL Compilation Error (GROUP BY) - Code compatibility with MySQL
ISSUE: Some customers might face a compilation error due to columns that are not used in any aggregations or listed in the group by columns. Error: '<column_name>' in select clause is neither an aggregate nor in the group by clause.