Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Prakash3
Contributor
Contributor

Talend 7.2.1 snowflake connection Error

Dears,

I have installed Talend 7.2.1 studio and i am trying to push the data from SQL server to Snowflake database, here snowflake connection is successfully created but there is no schema retrieved because of this i m unable to push the data towards snowflake. even i have explicitly mentioned table name and its throwing error as table not found. (in fact table is created and it is available).below is the error,

Exception in component tDBOutput_1 (DataLoad)
java.io.IOException: Table: Table_TransData not found
at org.talend.components.snowflake.runtime.SnowflakeSourceOrSink.getSchema(SnowflakeSourceOrSink.java:249)
at org.talend.components.snowflake.runtime.SnowflakeWriter.initRuntimeSchemaAndMapIfNecessary(SnowflakeWriter.java:401)

Labels (2)
4 Replies
Anonymous
Not applicable

Hello,

The table needs to be there when being written. Have you tried to get the list of tables with any other tool (using the same user credentials) like e.g. D Beaver ? Any right issue for it?

Best regards

Sabrina

Prakash3
Contributor
Contributor
Author

Hi, The table information are showing in the other tools not showing only on the Talend. even i have created Snowflake JDBC connection still the same error.

by the way the same is working in Talend 7.1.1.

Anonymous
Not applicable

Hello,

Any "case sensitive" issue in V 7.2.1? There is an option "Allow Snowflake to convert columns and tables to uppercase" which converts lowercase in the defined table name and schema column names to uppercase. Note that unquoted identifiers should match the Snowflake Identifier Syntax.

Best regards

Sabrina

 
Prakash3
Contributor
Contributor
Author

Hello,

I am unable to find that option "Allow Snowflake to convert columns and tables to uppercase" in the snowflake metadata connection, could you please help on this.

 


SF_Talend1.PNG