I have a service(Java + Springboot) which uses PostgreSQL database, the service will be migrated to Snowflake (cloud-based data-warehousing) so I would like to know what is the best way to implement integration testing
I tried to find a snowflake docker image (docker hub) or a testcontainer but so far I have not found anything useful, any suggestions?