AEM 6.5 snowflake connector | Community
Skip to main content
Level 2
July 8, 2021
Solved

AEM 6.5 snowflake connector

  • July 8, 2021
  • 1 reply
  • 3018 views

Hi All,

 

I need to connect AEM6.5 to snowflake.

Does AEM support this?

Found that Adobe campaign has snowflake connect.

Without Adobe campaign is there any possibility to connect AEM instance to snowflake.

 

Please provide insights how to do this, this looks like some new concept.

 

Thanks,

Pradeep

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by shelly-goel

@x015206  I think you must have seen this link: https://tray.io/connectors/adobe-experience-manager-snowflake-integrations

Did you give it a try to see the demo and if meets your need? It might involve certain cost but you could explore.

The other option is to connect to Snowflake APIs and meet your specific needs:https://docs.snowflake.com/en/developer-guide/sql-api/guide.html

 

 

1 reply

shelly-goel
Adobe Employee
shelly-goelAdobe EmployeeAccepted solution
Adobe Employee
July 9, 2021

@x015206  I think you must have seen this link: https://tray.io/connectors/adobe-experience-manager-snowflake-integrations

Did you give it a try to see the demo and if meets your need? It might involve certain cost but you could explore.

The other option is to connect to Snowflake APIs and meet your specific needs:https://docs.snowflake.com/en/developer-guide/sql-api/guide.html

 

 

X015206Author
Level 2
July 12, 2021
I have tested snowflake jdbc driver working fine in standalone java class. When I integrated same code in AEM class it is not working, getting below errors in bundle. net.snowflake.client.jdbc.internal.apache.commons.lang3 -- Cannot be resolved net.snowflake.client.jdbc.internal.apache.commons.lang3.tuple -- Cannot be resolved net.snowflake.client.jdbc.internal.apache.log -- Cannot be resolved net.snowflake.client.jdbc.internal.apache.log4j -- Cannot be resolved net.snowflake.client.jdbc.internal.google.common.collect -- Cannot be resolved net.snowflake.client.jdbc.internal.google.common.math -- Cannot be resolved net.snowflake.client.jdbc.internal.google.common.primitives -- Cannot be resolved net.snowflake.client.jdbc.internal.joda.convert -- Cannot be resolved