<?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 bug with show tblproperties - redacted - Azure databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/62918#M32137</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I understand that yours is a View. For my case, it's a Table so I could use `desc detail &amp;lt;schema_name&amp;gt;.&amp;lt;table_name&amp;gt;` to get the table properties info that are not redacted in the `properties` column from the `desc detail` output.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2024 16:53:12 GMT</pubDate>
    <dc:creator>PatDBX</dc:creator>
    <dc:date>2024-03-07T16:53:12Z</dc:date>
    <item>
      <title>Databricks bug with show tblproperties - redacted - Azure databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/62516#M31983</link>
      <description>&lt;P&gt;I am struggling to report what is a fairly fundamental bug. Can anyone help? Ideally someone from Databricks themselves. Or others who can confirm they can replicate it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is a bug where databricks seems to be hiding “any” properties which have the characters “user” in them.&lt;/P&gt;&lt;P&gt;This is not just in the display, but in the actual underlying result set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To reproduce the bug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;create or replace view tmp_view &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tblproperties (&amp;nbsp; &amp;nbsp;notes='userid',&amp;nbsp; &amp;nbsp;notes2='myuserid',&amp;nbsp; &amp;nbsp;something='this will be fine')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;as&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;select 1 as a;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now in the next cell just run&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;show tblproperties tmp_view&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it doesn’t just hide the data from the diusplay, but it changes the data inside the resultset. My application which connects to databricks and runs this command is actually getting the string &lt;STRONG&gt;*****(redacted)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2024 17:28:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/62516#M31983</guid>
      <dc:creator>SamDataWalk</dc:creator>
      <dc:date>2024-03-03T17:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks bug with show tblproperties - redacted - Azure databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/62918#M32137</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I understand that yours is a View. For my case, it's a Table so I could use `desc detail &amp;lt;schema_name&amp;gt;.&amp;lt;table_name&amp;gt;` to get the table properties info that are not redacted in the `properties` column from the `desc detail` output.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 16:53:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/62918#M32137</guid>
      <dc:creator>PatDBX</dc:creator>
      <dc:date>2024-03-07T16:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks bug with show tblproperties - redacted - Azure databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/62948#M32139</link>
      <description>&lt;P&gt;Yes, it is indeed a view which that command errors for.&lt;/P&gt;&lt;P&gt;thanks anyway, appreciate the suggestion&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 17:36:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/62948#M32139</guid>
      <dc:creator>SamDataWalk</dc:creator>
      <dc:date>2024-03-07T17:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks bug with show tblproperties - redacted - Azure databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/63010#M32148</link>
      <description>&lt;P&gt;I managed to get a response back from support at databricks.&lt;BR /&gt;&lt;BR /&gt;Admittedly it is a bit nuclear, but there is a way of switching it off.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;spark.conf.&lt;/SPAN&gt;&lt;SPAN&gt;set&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"spark.databricks.behaviorChange.SC102534CommandRedactProperties.enabled"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;False&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So, I have managed to use this, to temporarily switch it off whilst this bit of my code is extracting the meta data.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Mar 2024 07:55:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/63010#M32148</guid>
      <dc:creator>SamDataWalk</dc:creator>
      <dc:date>2024-03-08T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks bug with show tblproperties - redacted - Azure databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/93545#M38725</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/71794"&gt;@SamDataWalk&lt;/a&gt;&amp;nbsp;thanks for posting the solution. I ran into the same problem while writing some logic that updates table constraints across many tables from a config. They were coming back as redacted - this allowed me to actually read them and update as needed.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 23:01:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/93545#M38725</guid>
      <dc:creator>SamAdams</dc:creator>
      <dc:date>2024-10-10T23:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks bug with show tblproperties - redacted - Azure databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/93546#M38726</link>
      <description>&lt;P&gt;Like your example that redaction behavior seemed to pick up on the column name: a condition that included a column named "URL" was redacted, but one that included a "modifiedDateTime" was not&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 23:05:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-bug-with-show-tblproperties-redacted-azure-databricks/m-p/93546#M38726</guid>
      <dc:creator>SamAdams</dc:creator>
      <dc:date>2024-10-10T23:05:23Z</dc:date>
    </item>
  </channel>
</rss>

