<?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: Databricks Pipeline SDK misisng fields in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133103#M49726</link>
    <description>&lt;P&gt;As I understand, Databricks is the maintainer of the SDK? If so is this something that can be added soon?&lt;BR /&gt;I looked at the workaround but that doesnt work for me as our client has only given us API access and cannot enable logs&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2025 18:03:01 GMT</pubDate>
    <dc:creator>aranjan99</dc:creator>
    <dc:date>2025-09-26T18:03:01Z</dc:date>
    <item>
      <title>Databricks Pipeline SDK misisng fields</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133055#M49711</link>
      <description>&lt;P&gt;Looking at the Databricks Java SDK for Pipeline events, I see that the Rest API returns a details field that has the same information as &lt;A href="https://docs.databricks.com/aws/en/dlt/monitor-event-log-schema#details" target="_self"&gt;event log details&lt;/A&gt;. But this is not surfaced in SDK, should be a small change to add it. Is that something which can be prioritized?&lt;BR /&gt;&lt;BR /&gt;Same for the start/end time fields in&amp;nbsp;Pipeline Updates API, its present in Rest API but missing in SDK, is this something that can be added&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 23:27:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133055#M49711</guid>
      <dc:creator>aranjan99</dc:creator>
      <dc:date>2025-09-25T23:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Pipeline SDK misisng fields</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133076#M49718</link>
      <description>&lt;P&gt;The start and end time fields in the Pipeline Updates API are currently present in the Databricks REST API but are not yet supported (i.e., not included or mapped) in the Databricks Java SDK as of September 2025.&lt;/P&gt;&lt;P&gt;This means:&lt;/P&gt;&lt;P&gt;You can see these fields (start_time and end_time) when you directly call the REST API.&lt;/P&gt;&lt;P&gt;However, these fields are missing from the Java SDK's API response models, so you cannot access them through the SDK currently.&lt;/P&gt;&lt;P&gt;The SDK maintainers have not officially added support for these fields in the SDK release versions to date.&amp;nbsp; &amp;nbsp;An interesting work around to look at -&amp;nbsp;&lt;A href="https://community.databricks.com/t5/data-engineering/how-to-get-pipeline-update-duration-programmatically/td-p/132885" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/how-to-get-pipeline-update-duration-programmatically/td-p/132885&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 12:51:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133076#M49718</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-09-26T12:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Pipeline SDK misisng fields</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133103#M49726</link>
      <description>&lt;P&gt;As I understand, Databricks is the maintainer of the SDK? If so is this something that can be added soon?&lt;BR /&gt;I looked at the workaround but that doesnt work for me as our client has only given us API access and cannot enable logs&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 18:03:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133103#M49726</guid>
      <dc:creator>aranjan99</dc:creator>
      <dc:date>2025-09-26T18:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Pipeline SDK misisng fields</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133247#M49760</link>
      <description>&lt;P&gt;Yes, Databricks is the official maintainer of the Java SDK, which means enhancements and field mappings are ultimately prioritized by their product and engineering teams. Currently, the details field for pipeline event logs and the start/end time fields for Pipeline Updates are both returned by the REST API, but have not yet been exposed in the Java SDK’s response models or data classes as of September 2025. This is a known feature parity gap between the REST API and SDKs, commonly discussed in the community.&amp;nbsp;&amp;nbsp;&lt;A href="https://community.databricks.com/t5/data-engineering/how-to-get-pipeline-update-duration-programmatically/td-p/132885" target="_blank"&gt;https://community.databricks.com/t5/data-engineering/how-to-get-pipeline-update-duration-programmatically/td-p/132885&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;If so is this something that can be added soon?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/152834"&gt;@Advika&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/5"&gt;@Sujitha&lt;/a&gt;&amp;nbsp; May be something for the product team to consider ...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 12:39:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133247#M49760</guid>
      <dc:creator>ManojkMohan</dc:creator>
      <dc:date>2025-09-29T12:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Pipeline SDK misisng fields</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133455#M49853</link>
      <description>&lt;P&gt;Thanks for tagging, &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/155141"&gt;@ManojkMohan&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/105621"&gt;@aranjan99&lt;/a&gt;, could you please raise this as a feature request &lt;A href="https://www.databricks.com/feedback?state=63427e94038ef63e16c341b3b015874f-6610033940140677370&amp;amp;return_to=%2F" target="_self"&gt;here&lt;/A&gt;? &lt;BR /&gt;I’ve also flagged this internally and will keep you updated.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2025 13:40:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-pipeline-sdk-misisng-fields/m-p/133455#M49853</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-10-01T13:40:30Z</dc:date>
    </item>
  </channel>
</rss>

