<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Does not appear tables when creating a Snowflake Connection in Talend Open Studio for Data Integration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311435#M82471</link>
    <description>&lt;P&gt;Hello, I downloaded yesterday Talend Open Studio for Data Integration and wanted to connect to Snowflake to do a PoC.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I create a Snowflake Connection and the "test connection" it says "Connection successful", but in the next page, there're no tables to be added. The database and schema I use are upper case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I try to save data using tDBOutput into a table, it doesn't find the database. The database exists.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I try to read data from a table, it doesn't find the table. But the table exists and I can query it with Snowflake web UI without any problem and I can see all databases, schemas and tables from there. Is any special permission required? What is happening? With other ETL sofware I didn't have permission problems.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Above I show the messages I got:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I use a tDBOutput Snowflake component to export data into a table and I run it, it says:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[statistics] connecting to socket on port 3896&lt;BR /&gt;[statistics] connected&lt;BR /&gt;WARNING: An illegal reflective access operation has occurred&lt;BR /&gt;WARNING: Illegal reflective access by org.talend.components.api.component.runtime.JarRuntimeInfo (file:/C:/Users/myself/.eclipse/org.talend.rcp.branding.tos.product_7.2.1.20190620_1446_891994592_win32_win32_x86_64/configuration/.m2/repository/org/talend/components/components-api/0.27.3/components-api-0.27.3.jar) to field java.net.URL.factory&lt;BR /&gt;WARNING: Please consider reporting this to the maintainers of org.talend.components.api.component.runtime.JarRuntimeInfo&lt;BR /&gt;WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations&lt;BR /&gt;WARNING: All illegal access operations will be denied in a future release&lt;BR /&gt;Exception in component tDBOutput_1 (OnBoardingDemoJob)&lt;BR /&gt;java.io.IOException: SQL compilation error:&lt;BR /&gt;Database 'MY_DATABASE' does not exist.&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.execTableAction(SnowflakeWriter.java:228)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.tableActionManagement(SnowflakeWriter.java:234)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.write(SnowflakeWriter.java:266)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.tFileInputExcel_1Process(OnBoardingDemoJob.java:1073)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.runJobInTOS(OnBoardingDemoJob.java:1480)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.main(OnBoardingDemoJob.java:1330)&lt;BR /&gt;Caused by: net.snowflake.client.jdbc.SnowflakeSQLException: SQL compilation error:&lt;BR /&gt;Database 'MY_DATABASE' does not exist.&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeUtil.checkErrorAndThrowExceptionSub(SnowflakeUtil.java:135)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeUtil.checkErrorAndThrowException(SnowflakeUtil.java:60)&lt;BR /&gt;at net.snowflake.client.core.StmtUtil.pollForOutput(StmtUtil.java:503)&lt;BR /&gt;at net.snowflake.client.core.StmtUtil.execute(StmtUtil.java:370)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeHelper(SFStatement.java:474)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeQueryInternal(SFStatement.java:230)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeQuery(SFStatement.java:172)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.execute(SFStatement.java:663)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeStatementV1.executeInternal(SnowflakeStatementV1.java:205)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeStatementV1.execute(SnowflakeStatementV1.java:243)&lt;BR /&gt;at org.talend.components.common.tableaction.TableActionManager.exec(TableActionManager.java:66)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.execTableAction(SnowflakeWriter.java:222)&lt;BR /&gt;... 5 more&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I try to query data, specifying the table manually and a pair of columns:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tDBInput_1 (simple_snowflake_to_snowflake)&lt;BR /&gt;java.io.IOException: Error processing query: select FIELD_A, FIELD_B from MY_TABLE&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeReader.start(SnowflakeReader.java:116)&lt;BR /&gt;at org.talend.codegen.flowvariables.runtime.FlowVariablesReader.start(FlowVariablesReader.java:73)&lt;BR /&gt;at local_project.simple_snowflake_to_snowflake_0_1.simple_snowflake_to_snowflake.tDBInput_1Process(simple_snowflake_to_snowflake.java:1036)&lt;BR /&gt;at local_project.simple_snowflake_to_snowflake_0_1.simple_snowflake_to_snowflake.runJobInTOS(simple_snowflake_to_snowflake.java:1589)&lt;BR /&gt;at local_project.simple_snowflake_to_snowflake_0_1.simple_snowflake_to_snowflake.main(simple_snowflake_to_snowflake.java:1439)&lt;BR /&gt;Caused by: net.snowflake.client.jdbc.SnowflakeSQLException: SQL compilation error:&lt;BR /&gt;Object 'MY_TABLE' does not exist.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Josep&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2019 13:12:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-11T13:12:09Z</dc:date>
    <item>
      <title>Does not appear tables when creating a Snowflake Connection in Talend Open Studio for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311435#M82471</link>
      <description>&lt;P&gt;Hello, I downloaded yesterday Talend Open Studio for Data Integration and wanted to connect to Snowflake to do a PoC.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I create a Snowflake Connection and the "test connection" it says "Connection successful", but in the next page, there're no tables to be added. The database and schema I use are upper case.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I try to save data using tDBOutput into a table, it doesn't find the database. The database exists.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I try to read data from a table, it doesn't find the table. But the table exists and I can query it with Snowflake web UI without any problem and I can see all databases, schemas and tables from there. Is any special permission required? What is happening? With other ETL sofware I didn't have permission problems.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Above I show the messages I got:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I use a tDBOutput Snowflake component to export data into a table and I run it, it says:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;[statistics] connecting to socket on port 3896&lt;BR /&gt;[statistics] connected&lt;BR /&gt;WARNING: An illegal reflective access operation has occurred&lt;BR /&gt;WARNING: Illegal reflective access by org.talend.components.api.component.runtime.JarRuntimeInfo (file:/C:/Users/myself/.eclipse/org.talend.rcp.branding.tos.product_7.2.1.20190620_1446_891994592_win32_win32_x86_64/configuration/.m2/repository/org/talend/components/components-api/0.27.3/components-api-0.27.3.jar) to field java.net.URL.factory&lt;BR /&gt;WARNING: Please consider reporting this to the maintainers of org.talend.components.api.component.runtime.JarRuntimeInfo&lt;BR /&gt;WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations&lt;BR /&gt;WARNING: All illegal access operations will be denied in a future release&lt;BR /&gt;Exception in component tDBOutput_1 (OnBoardingDemoJob)&lt;BR /&gt;java.io.IOException: SQL compilation error:&lt;BR /&gt;Database 'MY_DATABASE' does not exist.&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.execTableAction(SnowflakeWriter.java:228)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.tableActionManagement(SnowflakeWriter.java:234)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.write(SnowflakeWriter.java:266)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.tFileInputExcel_1Process(OnBoardingDemoJob.java:1073)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.runJobInTOS(OnBoardingDemoJob.java:1480)&lt;BR /&gt;at local_project.onboardingdemojob_0_1.OnBoardingDemoJob.main(OnBoardingDemoJob.java:1330)&lt;BR /&gt;Caused by: net.snowflake.client.jdbc.SnowflakeSQLException: SQL compilation error:&lt;BR /&gt;Database 'MY_DATABASE' does not exist.&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeUtil.checkErrorAndThrowExceptionSub(SnowflakeUtil.java:135)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeUtil.checkErrorAndThrowException(SnowflakeUtil.java:60)&lt;BR /&gt;at net.snowflake.client.core.StmtUtil.pollForOutput(StmtUtil.java:503)&lt;BR /&gt;at net.snowflake.client.core.StmtUtil.execute(StmtUtil.java:370)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeHelper(SFStatement.java:474)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeQueryInternal(SFStatement.java:230)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.executeQuery(SFStatement.java:172)&lt;BR /&gt;at net.snowflake.client.core.SFStatement.execute(SFStatement.java:663)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeStatementV1.executeInternal(SnowflakeStatementV1.java:205)&lt;BR /&gt;at net.snowflake.client.jdbc.SnowflakeStatementV1.execute(SnowflakeStatementV1.java:243)&lt;BR /&gt;at org.talend.components.common.tableaction.TableActionManager.exec(TableActionManager.java:66)&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeWriter.execTableAction(SnowflakeWriter.java:222)&lt;BR /&gt;... 5 more&lt;BR /&gt;[statistics] disconnected&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If I try to query data, specifying the table manually and a pair of columns:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Exception in component tDBInput_1 (simple_snowflake_to_snowflake)&lt;BR /&gt;java.io.IOException: Error processing query: select FIELD_A, FIELD_B from MY_TABLE&lt;BR /&gt;at org.talend.components.snowflake.runtime.SnowflakeReader.start(SnowflakeReader.java:116)&lt;BR /&gt;at org.talend.codegen.flowvariables.runtime.FlowVariablesReader.start(FlowVariablesReader.java:73)&lt;BR /&gt;at local_project.simple_snowflake_to_snowflake_0_1.simple_snowflake_to_snowflake.tDBInput_1Process(simple_snowflake_to_snowflake.java:1036)&lt;BR /&gt;at local_project.simple_snowflake_to_snowflake_0_1.simple_snowflake_to_snowflake.runJobInTOS(simple_snowflake_to_snowflake.java:1589)&lt;BR /&gt;at local_project.simple_snowflake_to_snowflake_0_1.simple_snowflake_to_snowflake.main(simple_snowflake_to_snowflake.java:1439)&lt;BR /&gt;Caused by: net.snowflake.client.jdbc.SnowflakeSQLException: SQL compilation error:&lt;BR /&gt;Object 'MY_TABLE' does not exist.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Josep&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 13:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311435#M82471</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-11T13:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Does not appear tables when creating a Snowflake Connection in Talend Open Studio for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311436#M82472</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please let us know what's JDK version you are using?&lt;/P&gt;
&lt;P&gt;Best reards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 08:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311436#M82472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T08:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does not appear tables when creating a Snowflake Connection in Talend Open Studio for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311437#M82473</link>
      <description>&lt;P&gt;Hello Sabrina,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; openjdk 11.0.2 2019-01-15&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenJDK Runtime Environment 18.9 (build 11.0.2+9)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Josep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 09:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311437#M82473</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T09:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Does not appear tables when creating a Snowflake Connection in Talend Open Studio for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311438#M82474</link>
      <description>&lt;P&gt;The problem is for sure an error in your SQL code. It looks like you use demo SQL code and such tables&amp;nbsp; and databases simply does not exist.&lt;/P&gt; 
&lt;P&gt;Please ask someone with knowledge about your database for a valid query and try it again.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 09:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311438#M82474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Does not appear tables when creating a Snowflake Connection in Talend Open Studio for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311439#M82475</link>
      <description>&lt;P&gt;Hi Sabina,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I obviously change the real SQL code to avoid share private things.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I don't get any table in the Snowflake connection (as seen in the screenshot I attach below) and it's really strange and it has nothing to do with SQL querys.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Josep&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_add_tables_to_Snowflake connection.png" style="width: 722px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6CS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147197i2107990B1D4B827B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6CS.png" alt="0683p000009M6CS.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 10:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311439#M82475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T10:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does not appear tables when creating a Snowflake Connection in Talend Open Studio for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311440#M82476</link>
      <description>&lt;P&gt;Regarding the missing tables, I agree with you.&lt;/P&gt;&lt;P&gt;Sometimes it has something to do with missing rights to read meta data tables. Did you have tried to get the list of tables with any other tool (using the same user credentials) like e.g. DBeaver ?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 10:18:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311440#M82476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T10:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Does not appear tables when creating a Snowflake Connection in Talend Open Studio for Data Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311441#M82477</link>
      <description>&lt;P&gt;Thank you! The rights were find, but I had to specify the role in advance settings tap.&lt;/P&gt;&lt;P&gt;I realized that because in DBeaver by default I couldn't see the tables, but it gave me the option to change role quite easily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Josep&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 17:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Does-not-appear-tables-when-creating-a-Snowflake-Connection-in/m-p/2311441#M82477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T17:34:01Z</dc:date>
    </item>
  </channel>
</rss>

