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: 
Anonymous
Not applicable

Unexpected Null values from a DbInput (Snowflake)

Hi, 

 

We face a strange problem (issue I hope) with Talend Cloud and Snowflake DB.

The DbInput returns null values instead of valorized Foreign Keys IDs. 

Everything is ok while running the query in the SQL editor. But in Talend, IDs are valorised to NULL. 

 

In the DEV environment everything works well. IDs are not null. 

BUT with the Integration's data all the foreign key are null. 

 

Could you give us somes clues, some ideas or some informations please?

 

Yours Faithfully

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

 

    I could see from your PPT that you are using two different environments in the context (development vs integration).

 

    Could you please double check whether all the connections to DB are rightly pointing to Integration DB. Since the query is correctly working in Editor, it should work fine in Talend too. End of day, Talend is orchestrating the data connection to Snowflake in a Graphical manner. My strong suspicion is that one of the connection parameters in the Integration data set is pointing wrongly to Development environment. Another reason could be all the tables used by the SQL query in the Inegration environment are not correctly populated.

 

Could you please check these aspects and come back to the forum. Since its a big query, check each table independently using "select * from table" through tDBInput to double check the data.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,

 

    I could see from your PPT that you are using two different environments in the context (development vs integration).

 

    Could you please double check whether all the connections to DB are rightly pointing to Integration DB. Since the query is correctly working in Editor, it should work fine in Talend too. End of day, Talend is orchestrating the data connection to Snowflake in a Graphical manner. My strong suspicion is that one of the connection parameters in the Integration data set is pointing wrongly to Development environment. Another reason could be all the tables used by the SQL query in the Inegration environment are not correctly populated.

 

Could you please check these aspects and come back to the forum. Since its a big query, check each table independently using "select * from table" through tDBInput to double check the data.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

Anonymous
Not applicable
Author

Hi,
Merci, Thank you.
It was a data quality default from the dimension tables.