<?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 Re: Trigger a Databricks Notebook from Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210702#M9019</link>
    <description>&lt;P&gt;Hi Shong,&lt;/P&gt; 
&lt;P&gt;I thank you for your response and I was able to connect to the Cluster using the RestClient. We have several APIs we can use. In case of someone else comes across this, we were able to find a couple of ways to connect too.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. Best way - Suggested by Shong - RestClient - Databricks API.&lt;/P&gt; 
&lt;P&gt;Other options - to interact with data in Databricks and not related to original question of triggering a notebook.&lt;/P&gt; 
&lt;P&gt;1. Big Data Batch Job - you can directly connect to Databricks. I could not find the Dynamic schema option and debugging was a little tough.&lt;/P&gt; 
&lt;P&gt;2. There were a couple of other JDBC connection options available, not sure how safe they are though.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best to try out and see what works out.&lt;/P&gt; 
&lt;P&gt;thank you once again Shong.&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jun 2020 16:24:29 GMT</pubDate>
    <dc:creator>rbk_tal</dc:creator>
    <dc:date>2020-06-21T16:24:29Z</dc:date>
    <item>
      <title>Trigger a Databricks Notebook from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210700#M9017</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt; 
&lt;P&gt;We are currently exploring the usage of DataBricks and integrating it with Talend.&lt;/P&gt; 
&lt;P&gt;While we have find the existing integration very useful, we have a requirement to trigger a specific Notebook within Databricks once our job is complete. If possible pass parameters to the notebook which is currently obtained via widget within databricks.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is it possible to trigger a Databricks notebook from Talend and pass the parameters to the widgets available there ? Kindly let me know for any further information. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210700#M9017</guid>
      <dc:creator>rbk_tal</dc:creator>
      <dc:date>2024-11-16T02:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a Databricks Notebook from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210701#M9018</link>
      <description>&lt;P&gt;Hi rbk_tal&lt;BR /&gt;If the notebook can be triggered by job API, then you can use tRest or tRestClient component in Talend to call the API.&lt;BR /&gt;&lt;A href="https://docs.databricks.com/jobs.html" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://docs.databricks.com/jobs.html&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2020 10:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210701#M9018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-21T10:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a Databricks Notebook from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210702#M9019</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt; 
&lt;P&gt;I thank you for your response and I was able to connect to the Cluster using the RestClient. We have several APIs we can use. In case of someone else comes across this, we were able to find a couple of ways to connect too.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. Best way - Suggested by Shong - RestClient - Databricks API.&lt;/P&gt; 
&lt;P&gt;Other options - to interact with data in Databricks and not related to original question of triggering a notebook.&lt;/P&gt; 
&lt;P&gt;1. Big Data Batch Job - you can directly connect to Databricks. I could not find the Dynamic schema option and debugging was a little tough.&lt;/P&gt; 
&lt;P&gt;2. There were a couple of other JDBC connection options available, not sure how safe they are though.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best to try out and see what works out.&lt;/P&gt; 
&lt;P&gt;thank you once again Shong.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 16:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210702#M9019</guid>
      <dc:creator>rbk_tal</dc:creator>
      <dc:date>2020-06-21T16:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a Databricks Notebook from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210703#M9020</link>
      <description>great, thank you for your feedback!&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Jun 2020 01:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trigger-a-Databricks-Notebook-from-Talend/m-p/2210703#M9020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T01:38:37Z</dc:date>
    </item>
  </channel>
</rss>

