Skip to main content
Solved

Creating Source in Ataccama One for Snowflake

  • February 5, 2025
  • 3 replies
  • 81 views

Forum|alt.badge.img

I am creating new source connection from Ataccama ONE and I need help on how to connect Snowflake.

From below screenshot I am trying to understand JDBC connection looks like.

For e.g. I am using jdbc:snowflake://myorganization-myaccount.snowflakecomputing.com/, but it is not working.

Any help is greatly appreciated.

ย 

ย 

Best answer by Adrian Anderson

Hi โ€‹@jaygskย .

The Snowflake JDBC documentation mightย be useful here:

https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-configure#label-jdbc-connection-string

Please note the section on Connection Parameters and the following detailed descriptions:

https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-parameters

Typically, we would wantย to specify the warehouse, db, schema and/or role parameters, e.g.:

jdbc:snowflake://myorganization-myaccount.snowflakecomputing.com/?warehouse=mywh&db=mydb&schema=public&role=myrole

Please let us know if this helps.

Kind regards,
Adrian

3 replies

Forum|alt.badge.img+1

Hi โ€‹@jaygskย .

The Snowflake JDBC documentation mightย be useful here:

https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-configure#label-jdbc-connection-string

Please note the section on Connection Parameters and the following detailed descriptions:

https://docs.snowflake.com/en/developer-guide/jdbc/jdbc-parameters

Typically, we would wantย to specify the warehouse, db, schema and/or role parameters, e.g.:

jdbc:snowflake://myorganization-myaccount.snowflakecomputing.com/?warehouse=mywh&db=mydb&schema=public&role=myrole

Please let us know if this helps.

Kind regards,
Adrian


Forum|alt.badge.img+1

Hi โ€‹@jaygsk! Did โ€‹@Adrian Andersonโ€™s solution help with your question? If yes, could you please kindly mark it best answer and donโ€™t hesitate to let us know if you have any follow up questions in the comments!


Forum|alt.badge.img
  • Author
  • Data Voyager
  • February 25, 2025

Hello Adrian:

Issue is not resolved; I am working with Ataccama support team on the same. we can close this ticket.