<?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 DLT - Get pipeline_id and update_id in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dlt-get-pipeline-id-and-update-id/m-p/82291#M36599</link>
    <description>&lt;DIV class=""&gt;&lt;P&gt;I need to insert pipeline_id and update_id in my Delta Live Table (DLT), the point being to know which pipeline created which row. How can I obtain this information?&lt;/P&gt;&lt;P&gt;I know you can get job_id and run_id from widgets but I don't know if these are the same things as pipeline_id and update_id.&lt;/P&gt;&lt;P&gt;I have a solution with event_hooks using Python but it looks wrong, I do not think it makes sense to listen for events in my DLT pipeline for this purpose.&lt;/P&gt;&lt;P&gt;#dlt&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Aug 2024 00:34:34 GMT</pubDate>
    <dc:creator>Zeruno</dc:creator>
    <dc:date>2024-08-08T00:34:34Z</dc:date>
    <item>
      <title>DLT - Get pipeline_id and update_id</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-get-pipeline-id-and-update-id/m-p/82291#M36599</link>
      <description>&lt;DIV class=""&gt;&lt;P&gt;I need to insert pipeline_id and update_id in my Delta Live Table (DLT), the point being to know which pipeline created which row. How can I obtain this information?&lt;/P&gt;&lt;P&gt;I know you can get job_id and run_id from widgets but I don't know if these are the same things as pipeline_id and update_id.&lt;/P&gt;&lt;P&gt;I have a solution with event_hooks using Python but it looks wrong, I do not think it makes sense to listen for events in my DLT pipeline for this purpose.&lt;/P&gt;&lt;P&gt;#dlt&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Aug 2024 00:34:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-get-pipeline-id-and-update-id/m-p/82291#M36599</guid>
      <dc:creator>Zeruno</dc:creator>
      <dc:date>2024-08-08T00:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: DLT - Get pipeline_id and update_id</title>
      <link>https://community.databricks.com/t5/data-engineering/dlt-get-pipeline-id-and-update-id/m-p/82320#M36608</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/115254"&gt;@Zeruno&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Those values are rather static. Maybe you can design process that as a first step will extract information from List Pipepline API and save them in delta table.&lt;BR /&gt;&lt;A href="https://docs.databricks.com/api/workspace/pipelines/listpipelines" target="_blank"&gt;List pipelines | Pipelines API | REST API reference | Databricks on AWS&lt;/A&gt;&lt;BR /&gt;Than in your processing you lookup all needed information in this table.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 07:16:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dlt-get-pipeline-id-and-update-id/m-p/82320#M36608</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2024-08-08T07:16:38Z</dc:date>
    </item>
  </channel>
</rss>

