<?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: tagging for serverless compute in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128294#M2571</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/174778"&gt;@Charansai&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Databricks automatically adds some &lt;STRONG&gt;default tags&lt;/STRONG&gt; to compute resources that provide some basic information like&amp;nbsp;name, ID, and creator. You can use these tags to attribute the usage to Databricks.&lt;BR /&gt;The default tags automatically propagate to detailed cost analysis reports that you can access in the Azure portal.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So for example here you can see the list of all default tags that databricks add to compute:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1755066385090.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19046i709D2215B978F7AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1755066385090.png" alt="szymon_dybczak_0-1755066385090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can also define &lt;STRONG&gt;custom tags.&amp;nbsp;&lt;/STRONG&gt;Custom tags let you attribute compute usage to specific teams, projects, or cost centers with more granularity than default tags. These tags are applied by users or admins and propagate to both your account's usage logs and applicable cloud resources. These tags are also used to create and monitor budgets in your Azure Databricks account.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can apply custom tags to different resources like Workspace, Pool, All-purpose and job compute and SQL warehouse&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To &lt;STRONG&gt;tag serverless compute workloads&lt;/STRONG&gt; you need to use serverless budget policies.&amp;nbsp;When a user is assigned a serverless budget policy, their serverless usage is automatically tagged with their policy's custom tags. Serverless budget policies can be applied to serverless notebooks, jobs, pipelines, and model serving endpoints&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can apply custom tags to compute using terraform. For example, cluster resource supports attribute &lt;STRONG&gt;custom_tags&amp;nbsp;&lt;/STRONG&gt;that you can use to apply your own set of tags.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/cluster" target="_blank"&gt;databricks_cluster | Resources | databricks/databricks | Terraform | Terraform Registry&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;You can also create databricks budget policy via terraform.&amp;nbsp;&lt;SPAN&gt;Budget policies consist of tags that are applied to any serverless compute activity incurred by a user assigned to the policy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/budget_policy" target="_blank"&gt;databricks_budget_policy | Resources | databricks/databricks | Terraform | Terraform Registry&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Last, but not least. System tables are a Databricks-hosted analytical store of your account's operational data found in the system catalog. System tables can be used for historical observability across your account. They are used for multiple things like tracking lineage, auditing, tracking billable usage, tracking query history and many more.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Aug 2025 06:33:42 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-08-13T06:33:42Z</dc:date>
    <item>
      <title>tagging for serverless compute</title>
      <link>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128286#M2570</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working with &lt;STRONG&gt;Databricks Serverless Compute&lt;/STRONG&gt; and &lt;STRONG&gt;All-Purpose Compute&lt;/STRONG&gt; and have several questions regarding tagging, system tables, and budget policies. Specifically, I need clarification on how these work together in Databricks, and how I can manage them using &lt;STRONG&gt;Terraform&lt;/STRONG&gt;.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;How do I tag resources in Databricks?&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What are the best practices for tagging both &lt;STRONG&gt;Serverless Compute&lt;/STRONG&gt; and &lt;STRONG&gt;All-Purpose Compute&lt;/STRONG&gt; resources?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Can I use common tags like Environment, Owner, CostCenter, Project, etc., for both types of compute?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can I implement these tags for resource management, especially for budgeting purposes?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Can I manage these tags with Terraform?&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is it possible to tag &lt;STRONG&gt;Serverless Compute&lt;/STRONG&gt; and &lt;STRONG&gt;All-Purpose Compute&lt;/STRONG&gt; resources through &lt;STRONG&gt;Terraform&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can I automate the tagging process for both types of compute resources?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;How do System Tables work in the real world in Databricks?&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What are the typical use cases for &lt;STRONG&gt;system tables&lt;/STRONG&gt; in Databricks?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can system tables be managed and accessed for monitoring, auditing, or troubleshooting in production environments?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;How can I configure Budget Policies in Databricks?&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What is the best way to set up a &lt;STRONG&gt;budget policy&lt;/STRONG&gt; in Databricks for cost control?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;How can I associate budget policies with resources like &lt;STRONG&gt;Serverless Compute&lt;/STRONG&gt; and &lt;STRONG&gt;All-Purpose Compute&lt;/STRONG&gt; using &lt;STRONG&gt;tags&lt;/STRONG&gt;?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Can these policies and tags be managed through Terraform?&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;How do I configure &lt;STRONG&gt;budget policies&lt;/STRONG&gt; and &lt;STRONG&gt;tags&lt;/STRONG&gt; for &lt;STRONG&gt;Serverless Compute&lt;/STRONG&gt; and &lt;STRONG&gt;All-Purpose Compute&lt;/STRONG&gt; using &lt;STRONG&gt;Terraform&lt;/STRONG&gt; to ensure automated and consistent resource management?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Note&lt;/STRONG&gt;: I am not referring to &lt;STRONG&gt;Serverless SQL Warehouse&lt;/STRONG&gt; in this question.&lt;/P&gt;&lt;P&gt;Any insights, examples, or resources you can share would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 02:51:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128286#M2570</guid>
      <dc:creator>Charansai</dc:creator>
      <dc:date>2025-08-13T02:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: tagging for serverless compute</title>
      <link>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128294#M2571</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/174778"&gt;@Charansai&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Databricks automatically adds some &lt;STRONG&gt;default tags&lt;/STRONG&gt; to compute resources that provide some basic information like&amp;nbsp;name, ID, and creator. You can use these tags to attribute the usage to Databricks.&lt;BR /&gt;The default tags automatically propagate to detailed cost analysis reports that you can access in the Azure portal.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So for example here you can see the list of all default tags that databricks add to compute:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1755066385090.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19046i709D2215B978F7AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1755066385090.png" alt="szymon_dybczak_0-1755066385090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can also define &lt;STRONG&gt;custom tags.&amp;nbsp;&lt;/STRONG&gt;Custom tags let you attribute compute usage to specific teams, projects, or cost centers with more granularity than default tags. These tags are applied by users or admins and propagate to both your account's usage logs and applicable cloud resources. These tags are also used to create and monitor budgets in your Azure Databricks account.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can apply custom tags to different resources like Workspace, Pool, All-purpose and job compute and SQL warehouse&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To &lt;STRONG&gt;tag serverless compute workloads&lt;/STRONG&gt; you need to use serverless budget policies.&amp;nbsp;When a user is assigned a serverless budget policy, their serverless usage is automatically tagged with their policy's custom tags. Serverless budget policies can be applied to serverless notebooks, jobs, pipelines, and model serving endpoints&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can apply custom tags to compute using terraform. For example, cluster resource supports attribute &lt;STRONG&gt;custom_tags&amp;nbsp;&lt;/STRONG&gt;that you can use to apply your own set of tags.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/cluster" target="_blank"&gt;databricks_cluster | Resources | databricks/databricks | Terraform | Terraform Registry&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;You can also create databricks budget policy via terraform.&amp;nbsp;&lt;SPAN&gt;Budget policies consist of tags that are applied to any serverless compute activity incurred by a user assigned to the policy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/budget_policy" target="_blank"&gt;databricks_budget_policy | Resources | databricks/databricks | Terraform | Terraform Registry&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Last, but not least. System tables are a Databricks-hosted analytical store of your account's operational data found in the system catalog. System tables can be used for historical observability across your account. They are used for multiple things like tracking lineage, auditing, tracking billable usage, tracking query history and many more.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 06:33:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128294#M2571</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-13T06:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: tagging for serverless compute</title>
      <link>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128383#M2573</link>
      <description>&lt;P&gt;I am now more inclined towards the serverless and tagging, would be more helpful if you could take a real time use case and elaborate on it. Ty&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 20:05:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128383#M2573</guid>
      <dc:creator>Charansai</dc:creator>
      <dc:date>2025-08-13T20:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: tagging for serverless compute</title>
      <link>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128391#M2575</link>
      <description>&lt;P&gt;Let's say that you have Finance department in your company and you want to track the cost of serverless compute generated by that particular department. First you need to create budget policy. To create budget policy, go to your databricks workspace and click settings (1):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1755117977034.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19074iE01861E18266C53C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1755117977034.png" alt="szymon_dybczak_0-1755117977034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, in Setting page click on compute (2) and then under Policies click manage (3) to configure Serverless budget policy:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_1-1755118087677.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19075i837BD73C53947B16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_1-1755118087677.png" alt="szymon_dybczak_1-1755118087677.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, click create button (4):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_2-1755118141933.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19076iC677D43CD5BA43D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_2-1755118141933.png" alt="szymon_dybczak_2-1755118141933.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now, provide a name for your budget policy and all tags that should be part of that specific policy and click create:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_3-1755118231430.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19077iB2258511BBFD819B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_3-1755118231430.png" alt="szymon_dybczak_3-1755118231430.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you created serverless budget policy you can associate it with job/notebook/pipeline or serving endpoint which will allow you to track the cost.&amp;nbsp;&lt;BR /&gt;For instance, I've created a notebook that I'd like to run with serverless compute and track cost. Connect to serverless compute and then go to configuration:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_4-1755118524392.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19078iCB5A08B06B4A0D87/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_4-1755118524392.png" alt="szymon_dybczak_4-1755118524392.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, selected policy you want to apply (in my case Finance Department policy):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_5-1755118595972.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/19079i9249C2D225D4E92F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_5-1755118595972.png" alt="szymon_dybczak_5-1755118595972.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After a policy is applied to a notebook, job, or Lakeflow Declarative Pipelines, any tags contained in the policy propagate to your system.billing.usage system table in the custom_tags column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 20:56:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/tagging-for-serverless-compute/m-p/128391#M2575</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-13T20:56:56Z</dc:date>
    </item>
  </channel>
</rss>

