Data from Anaplan to snowflake
Hi all what's the best solution for moving data from anaplan to snowflake?
Thank you.
Answers
-
I have also seen solutions where Cloudworks has been used to move data from Anaplan to AWS S3/Azure Blob/Google BigQuery and then Snowflake has been reading data in from there. This has seemed quite handy also.
0 -
Hi @GAPER - I suggest using Anaplan Connect 4.2.1 with the Snowflake JDBC driver. I have it setup, and it works very well for bi-directional integration with Snowflake. To get going quickly with Anaplan Connect, check out this article:
One thing that I did find with the Snowflake JDBC driver is that I had to use JRE 1.8. This is still a perfectly acceptable JRE and supports all the latest security features.
Also, here are a couple of additional hints:- You do not need to use public and private keys; instead, set the user name and password in the jdbc.properties file.
jdbc.username=snowflake_user_name
jdbc.password=snowflake_password
- Fetch your JDBC URL from your profile. It will look something like this:
//fea11111.east-us-2.azure.snowflakecomputing.com
0 - You do not need to use public and private keys; instead, set the user name and password in the jdbc.properties file.