<?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: Migrating Talend ETL Jobs to Databricks – Best Practices &amp;amp; Challenges in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/migrating-talend-etl-jobs-to-databricks-best-practices-amp/m-p/135817#M50438</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/192145"&gt;@AbhaySingh&lt;/a&gt;&amp;nbsp;Thank you for your insights.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Oct 2025 10:57:32 GMT</pubDate>
    <dc:creator>vamsi_simbus</dc:creator>
    <dc:date>2025-10-23T10:57:32Z</dc:date>
    <item>
      <title>Migrating Talend ETL Jobs to Databricks – Best Practices &amp; Challenges</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-talend-etl-jobs-to-databricks-best-practices-amp/m-p/135492#M50366</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I’m currently working on a &lt;STRONG&gt;Proof of Concept (POC)&lt;/STRONG&gt; to migrate existing &lt;STRONG&gt;Talend ETL jobs&lt;/STRONG&gt; to &lt;STRONG&gt;Databricks&lt;/STRONG&gt;. The goal is to leverage Databricks for data processing and orchestration while moving away from Talend.&lt;/P&gt;&lt;P&gt;I’d appreciate insights on the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Migration Approach:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is there a recommended strategy for converting Talend jobs (which use components like tMap, tFileInputDelimited, etc.) into Databricks workflows?&lt;/LI&gt;&lt;LI&gt;Should we rewrite logic using &lt;STRONG&gt;PySpark/SQL in notebooks&lt;/STRONG&gt;, or is there any automation tool or accelerator available?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data Orchestration:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How do you typically handle job scheduling and dependencies in Databricks compared to Talend’s job orchestration?&lt;/LI&gt;&lt;LI&gt;Any tips for integrating with &lt;STRONG&gt;Airflow&lt;/STRONG&gt; or &lt;STRONG&gt;Databricks Workflows&lt;/STRONG&gt;?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Performance &amp;amp; Optimization:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What are the best practices for optimizing ETL logic when moving from Talend’s row-based processing to Spark’s distributed architecture?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Common Pitfalls:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What challenges should we anticipate during migration (e.g., error handling, schema evolution, incremental loads)?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If anyone has gone through a similar migration or has resources, templates, or accelerators to share, that would be extremely helpful.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Oct 2025 08:27:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-talend-etl-jobs-to-databricks-best-practices-amp/m-p/135492#M50366</guid>
      <dc:creator>vamsi_simbus</dc:creator>
      <dc:date>2025-10-21T08:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Talend ETL Jobs to Databricks – Best Practices &amp; Challenges</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-talend-etl-jobs-to-databricks-best-practices-amp/m-p/135688#M50400</link>
      <description>&lt;P&gt;Migrating from Talend’s jobs to Databricks requires rebuilding ETL logic using Spark. There is no native one-click converter provided by Databricks, so the typical approach is to audit and refactor each Talend job into code (PySpark or Spark SQL) in Databricks notebooks or scripts.&lt;/P&gt;&lt;P&gt;In terms of accelerators,&amp;nbsp; this blog may be of some help.&lt;/P&gt;&lt;P&gt;&lt;A href="https://blog.aidetic.in/replaced-multiple-etl-tools-like-talend-with-databricks-5841e87bdaea" target="_blank" rel="noopener"&gt;https://blog.aidetic.in/replaced-multiple-etl-tools-like-talend-with-databricks-5841e87bdaea&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also, saw someone providing a tools based migration service but use your discretion to engage with them - I haven't had any interaction with this service provider so can't endorse them.&lt;/P&gt;&lt;P&gt;&lt;A href="https://travinto.com/migration-services/talend-to-databricks" target="_blank" rel="noopener"&gt;https://travinto.com/migration-services/talend-to-databricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Oct 2025 12:36:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-talend-etl-jobs-to-databricks-best-practices-amp/m-p/135688#M50400</guid>
      <dc:creator>AbhaySingh</dc:creator>
      <dc:date>2025-10-22T12:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating Talend ETL Jobs to Databricks – Best Practices &amp; Challenges</title>
      <link>https://community.databricks.com/t5/data-engineering/migrating-talend-etl-jobs-to-databricks-best-practices-amp/m-p/135817#M50438</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/192145"&gt;@AbhaySingh&lt;/a&gt;&amp;nbsp;Thank you for your insights.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 10:57:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/migrating-talend-etl-jobs-to-databricks-best-practices-amp/m-p/135817#M50438</guid>
      <dc:creator>vamsi_simbus</dc:creator>
      <dc:date>2025-10-23T10:57:32Z</dc:date>
    </item>
  </channel>
</rss>

