<?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 applying column tags in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/applying-column-tags/m-p/100609#M40349</link>
    <description>&lt;DIV&gt;&lt;SPAN&gt;Can anyone tell me the correct syntax for applying a column tag to a specific table&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;These are what I tried&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; ALTER TABLE accounts_and_customer.bronze.BB1123_loans ALTER/CHANGE COLUMN loan_number SET TAGS ('classification' = 'confidential')&amp;lt;p&amp;gt;I got this error&amp;lt;li-code lang="markup"&amp;gt;Column 'loan_number' not found in table accounts_and_customer.bronze.loan_number&lt;/LI-CODE&gt;&lt;P&gt;This the error I got&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column 'loan_number' not found in table accounts_and_customer.bronze.loan_number&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2024 12:02:28 GMT</pubDate>
    <dc:creator>ashraf1395</dc:creator>
    <dc:date>2024-12-02T12:02:28Z</dc:date>
    <item>
      <title>applying column tags</title>
      <link>https://community.databricks.com/t5/data-engineering/applying-column-tags/m-p/100609#M40349</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Can anyone tell me the correct syntax for applying a column tag to a specific table&lt;/SPAN&gt;&lt;DIV&gt;&lt;SPAN&gt;These are what I tried&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; ALTER TABLE accounts_and_customer.bronze.BB1123_loans ALTER/CHANGE COLUMN loan_number SET TAGS ('classification' = 'confidential')&amp;lt;p&amp;gt;I got this error&amp;lt;li-code lang="markup"&amp;gt;Column 'loan_number' not found in table accounts_and_customer.bronze.loan_number&lt;/LI-CODE&gt;&lt;P&gt;This the error I got&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Column 'loan_number' not found in table accounts_and_customer.bronze.loan_number&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 12:02:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/applying-column-tags/m-p/100609#M40349</guid>
      <dc:creator>ashraf1395</dc:creator>
      <dc:date>2024-12-02T12:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: applying column tags</title>
      <link>https://community.databricks.com/t5/data-engineering/applying-column-tags/m-p/100623#M40356</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/104610"&gt;@ashraf1395&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the following code, and it worked well for me. Does this align with what you’re trying to achieve?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql
ALTER TABLE accounts_and_customer.bronze.BB1123_loans ALTER COLUMN loan_number SET TAGS ('classification' = 'confidential');&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TakuyaOmi_0-1733145906172.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13274iD6452A8EFF4759CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TakuyaOmi_0-1733145906172.png" alt="TakuyaOmi_0-1733145906172.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:25:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/applying-column-tags/m-p/100623#M40356</guid>
      <dc:creator>Takuya-Omi</dc:creator>
      <dc:date>2024-12-02T13:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: applying column tags</title>
      <link>https://community.databricks.com/t5/data-engineering/applying-column-tags/m-p/100711#M40388</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/90996"&gt;@Takuya-Omi&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I agree. The syntax was correct. I was facing some completely different problems with schemas and I solved it. Thanks though. Or I would have spent hours banging my head to find the reason for error.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 08:02:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/applying-column-tags/m-p/100711#M40388</guid>
      <dc:creator>ashraf1395</dc:creator>
      <dc:date>2024-12-03T08:02:12Z</dc:date>
    </item>
  </channel>
</rss>

