Trying to authenticate MySQL 8.0.2

I try to establish a connection from MySQL 8.0.2 to Snowflake at the moment. sadly I run into following error setting up the mysql source:

 

Unable to load authentication plugin 'caching_sha2_password'.

 

Since authentication via caching_sha2_password was introduced in 8.0.4. right now I can't update my msql server, so is there any way to configure matilion to use default native_password authentication?

 

Thanks and Best

Nic

Was there a solution to this?