<?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: Delta UserMetadata attribute using Serverless Compute in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-usermetadata-attribute-using-serverless-compute/m-p/103053#M41315</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/98258"&gt;@RobsonNLPT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see, so you're currently getting a "&lt;SPAN&gt;Configuration spark.databricks.delta.commitInfo.userMetadata is not available" correct? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I did an internal research and there doesn't seem to be a workaround for this yet, but it'll be good if you could raise such request directly from your workspace "Feedback" portal by clicking on the "?" next to your username on the top right.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Dec 2024 17:30:37 GMT</pubDate>
    <dc:creator>VZLA</dc:creator>
    <dc:date>2024-12-23T17:30:37Z</dc:date>
    <item>
      <title>Delta UserMetadata attribute using Serverless Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-usermetadata-attribute-using-serverless-compute/m-p/87844#M37453</link>
      <description>&lt;P&gt;&lt;SPAN&gt;To automate the configuration of Spark on serverless compute, Databricks has removed support for manually setting most Spark configurations.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I've used userMetadata attribute to add context for all workloads that write to delta tables&lt;/P&gt;&lt;P&gt;I have the follow options:&lt;/P&gt;&lt;P&gt;dataframe operations: opption"userMetadata","xxxxx")&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;spark.databricks.delta.commitInfo.userMetadata for scope level&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;SET&lt;/SPAN&gt; spark.databricks.delta.commitInfo.userMetadata for sql&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what about merge operations using dataframes using serverless compute ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what about merge operations using dataframes or sql using serverless compute ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;deltaTable.as(&lt;/SPAN&gt;&lt;SPAN&gt;"t"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .merge(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; changesDF.as(&lt;/SPAN&gt;&lt;SPAN&gt;"s"&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"s.PK=t.PK"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .whenMatched().updateAll&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .whenNotMatched().insertAll&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; .execute()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2024 10:11:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-usermetadata-attribute-using-serverless-compute/m-p/87844#M37453</guid>
      <dc:creator>RobsonNLPT</dc:creator>
      <dc:date>2024-09-03T10:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delta UserMetadata attribute using Serverless Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-usermetadata-attribute-using-serverless-compute/m-p/103053#M41315</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/98258"&gt;@RobsonNLPT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see, so you're currently getting a "&lt;SPAN&gt;Configuration spark.databricks.delta.commitInfo.userMetadata is not available" correct? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I did an internal research and there doesn't seem to be a workaround for this yet, but it'll be good if you could raise such request directly from your workspace "Feedback" portal by clicking on the "?" next to your username on the top right.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 17:30:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-usermetadata-attribute-using-serverless-compute/m-p/103053#M41315</guid>
      <dc:creator>VZLA</dc:creator>
      <dc:date>2024-12-23T17:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delta UserMetadata attribute using Serverless Compute</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-usermetadata-attribute-using-serverless-compute/m-p/103055#M41317</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've used that approach and it works if you use traditional clusters. In my case we are using serverless compute and those settings are not supported.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 17:27:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-usermetadata-attribute-using-serverless-compute/m-p/103055#M41317</guid>
      <dc:creator>RobsonNLPT</dc:creator>
      <dc:date>2024-12-23T17:27:23Z</dc:date>
    </item>
  </channel>
</rss>

