<?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: dbutils secrets break matplotlib in recent Databricks runtimes in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/82437#M1534</link>
    <description>&lt;P&gt;OK, I understand the error now:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fonini_0-1723143931099.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10246i8C8A5F47652D3BC6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="fonini_0-1723143931099.png" alt="fonini_0-1723143931099.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This specific secret is a small alphanumeric string. The probability of it being part of the base64 of a big PNG is quite large.&lt;/P&gt;&lt;P&gt;Is there any workaround for this? I know I can't turn off the redaction of secrets. Can I disable it just for html metadata or anything like that?&lt;/P&gt;</description>
    <pubDate>Thu, 08 Aug 2024 19:09:22 GMT</pubDate>
    <dc:creator>fonini</dc:creator>
    <dc:date>2024-08-08T19:09:22Z</dc:date>
    <item>
      <title>dbutils secrets break matplotlib in recent Databricks runtimes</title>
      <link>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/81688#M1464</link>
      <description>&lt;P&gt;Using a Databricks cluster running Databricks Runtime version&amp;nbsp;15.4 LTS Beta, and with no init-scripts, the following code works fine:&lt;/P&gt;&lt;PRE&gt;import numpy as np&lt;BR /&gt;import pandas as pd&lt;BR /&gt;df = pd.DataFrame(np.random.randn(2000, 10))&lt;BR /&gt;df.plot(subplots=True, figsize=(10, 20));&lt;/PRE&gt;&lt;P&gt;However, as soon as I run dbutils.secrets.get('my-scope', 'my-secret-name'), the `df.plot()` call doesn't work anymore (it simply displays nothing at all: no plot, but also no traceback or error message).&lt;/P&gt;&lt;P&gt;We have also observed this behavior in other recent runtimes (specifically 15.3 and 13.3lts), but this problem doesn't happen in our legacy clusters running Databricks Runtime 7.3.&lt;/P&gt;&lt;P&gt;This issue is the only thing keeping us from deleting all of our runtime 7.3 clusters.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 21:18:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/81688#M1464</guid>
      <dc:creator>fonini</dc:creator>
      <dc:date>2024-08-02T21:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: dbutils secrets break matplotlib in recent Databricks runtimes</title>
      <link>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/82085#M1513</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;, thank you for replying.&lt;/P&gt;&lt;P&gt;Do you mean that this is a known problem? Is there anywhere I can track the progress in this issue? We'd prefer using the newest runtime versions we can, in order to benefit from new features, and to avoid having to worry about Databricks deprecating older runtimes.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 19:40:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/82085#M1513</guid>
      <dc:creator>fonini</dc:creator>
      <dc:date>2024-08-06T19:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: dbutils secrets break matplotlib in recent Databricks runtimes</title>
      <link>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/82090#M1514</link>
      <description>&lt;P&gt;For the record, re-importing matplotlib doesn't help (even after removing 'matplotlib', 'matplotlib.pyplot', and all other matplotlib submodules from sys.modules).&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2024 21:00:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/82090#M1514</guid>
      <dc:creator>fonini</dc:creator>
      <dc:date>2024-08-06T21:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: dbutils secrets break matplotlib in recent Databricks runtimes</title>
      <link>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/82437#M1534</link>
      <description>&lt;P&gt;OK, I understand the error now:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fonini_0-1723143931099.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10246i8C8A5F47652D3BC6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="fonini_0-1723143931099.png" alt="fonini_0-1723143931099.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This specific secret is a small alphanumeric string. The probability of it being part of the base64 of a big PNG is quite large.&lt;/P&gt;&lt;P&gt;Is there any workaround for this? I know I can't turn off the redaction of secrets. Can I disable it just for html metadata or anything like that?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 19:09:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/dbutils-secrets-break-matplotlib-in-recent-databricks-runtimes/m-p/82437#M1534</guid>
      <dc:creator>fonini</dc:creator>
      <dc:date>2024-08-08T19:09:22Z</dc:date>
    </item>
  </channel>
</rss>

