<?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: Error Logging and Orchastration In Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126937#M47808</link>
    <description>&lt;P&gt;Actually .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have to design logging in Databricks CI Satellite EDLAP.&lt;/P&gt;&lt;P&gt;Can I do it in ADLS Gen2 Silver layer or do I need to have any other component.&lt;/P&gt;&lt;P&gt;Can Someone please help me how we can have folder structure and can we have delta table for logging. what all parameter we can log and how it's value can be capture.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jul 2025 12:00:59 GMT</pubDate>
    <dc:creator>Pratikmsbsvm</dc:creator>
    <dc:date>2025-07-30T12:00:59Z</dc:date>
    <item>
      <title>Error Logging and Orchastration In Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126916#M47801</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;May someone please Help me designing the Error Logging and How to do orchestration for Pipeline below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pratikmsbsvm_0-1753867667783.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/18621iA576E0DEC1BA2F56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pratikmsbsvm_0-1753867667783.png" alt="Pratikmsbsvm_0-1753867667783.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am pulling data from Bronze layer and pushing it to silver layer after transformation.&lt;/P&gt;&lt;P&gt;1. How to do Error Logging and where to store&lt;/P&gt;&lt;P&gt;2. How to orchestrate this pipeline. Can we do with Databricks itself.&lt;/P&gt;&lt;P&gt;Thanks a lot for your kind help&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 09:29:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126916#M47801</guid>
      <dc:creator>Pratikmsbsvm</dc:creator>
      <dc:date>2025-07-30T09:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error Logging and Orchastration In Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126937#M47808</link>
      <description>&lt;P&gt;Actually .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have to design logging in Databricks CI Satellite EDLAP.&lt;/P&gt;&lt;P&gt;Can I do it in ADLS Gen2 Silver layer or do I need to have any other component.&lt;/P&gt;&lt;P&gt;Can Someone please help me how we can have folder structure and can we have delta table for logging. what all parameter we can log and how it's value can be capture.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 12:00:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126937#M47808</guid>
      <dc:creator>Pratikmsbsvm</dc:creator>
      <dc:date>2025-07-30T12:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error Logging and Orchastration In Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126951#M47813</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Pratikmsbsvm,&lt;/P&gt;&lt;P&gt;How are you doing today? Great question, For error logging in your Bronze to Silver pipeline, yes, you can absolutely store logs in a Delta table, ideally in your Silver layer on ADLS Gen2. A good approach is to create a separate Delta table like error_logs where you capture useful details such as: timestamp, table name, pipeline step, error message, source file, and maybe a JSON column to store the problematic row if possible. Use try-except blocks in your PySpark or notebooks and append errors into this log table. As for orchestration, Databricks Workflows is a solid built-in option—you can schedule, chain tasks, and set up alerts or retries. You don’t need an extra tool unless your org requires it. Keep a clean folder structure, like /logs/errors/, and organize logs by date or pipeline. This setup will keep your pipeline more transparent and easier to monitor.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brahma&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 13:31:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126951#M47813</guid>
      <dc:creator>Brahmareddy</dc:creator>
      <dc:date>2025-07-30T13:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error Logging and Orchastration In Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126954#M47814</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/102548"&gt;@Brahmareddy&lt;/a&gt;&amp;nbsp;: Thanks a lot. do you have any page which shows real implementation, if handy. Kindly share.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 13:48:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/error-logging-and-orchastration-in-databricks/m-p/126954#M47814</guid>
      <dc:creator>Pratikmsbsvm</dc:creator>
      <dc:date>2025-07-30T13:48:36Z</dc:date>
    </item>
  </channel>
</rss>

