<?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: Limitations for Unity Catalog on single user access mode clusters in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/107784#M42918</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89478"&gt;@MuthuLakshmi&lt;/a&gt;&amp;nbsp;, please any news about this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 30 Jan 2025 11:00:22 GMT</pubDate>
    <dc:creator>arzb</dc:creator>
    <dc:date>2025-01-30T11:00:22Z</dc:date>
    <item>
      <title>Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/100409#M40287</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello!&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;According to Databricks &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/compute/access-mode-limitations#assigned-limitations" target="_self"&gt;documentation&lt;/A&gt; on azure :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;"On Databricks Runtime 15.3 and below, fine-grained access control on single user compute is not supported. Specifically:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;You cannot access a table that has a&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/tables/row-and-column-filters" target="_blank" rel="noopener"&gt;row filter or column mask&lt;/A&gt;.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;You cannot access&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/views/dynamic" target="_blank" rel="noopener"&gt;dynamic views&lt;/A&gt;.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;To read from any view, you must have&amp;nbsp;SELECT&amp;nbsp;on all tables and views that are referenced by the view."&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Well, I am using DBR 15.4 LTS and getting the following error message when running an optimize job (OPTIMIZE table name) on some tables that have a row filter:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Py4JJavaError: An error occurred while calling o388.sql. : java.util.concurrent.ExecutionException: com.databricks.sql.managedcatalog.UnityCatalogServiceException: [RequestId=d5be0519-**** ErrorClass=INVALID_PARAMETER_VALUE.ROW_COLUMN_ACCESS_POLICIES_NOT_SUPPORTED_ON_ASSIGNED_CLUSTERS] Query on table **** with row filter or column mask not supported on assigned clusters.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;This is my job cluster configuration:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nes_Hdr_0-1732872787713.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13231iF7E504E9824C5A0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nes_Hdr_0-1732872787713.png" alt="Nes_Hdr_0-1732872787713.png" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Can you please help me figure out when could possible cause such an error ?&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thanks a lot!&amp;nbsp;&lt;/FONT&gt;&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>Fri, 29 Nov 2024 09:38:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/100409#M40287</guid>
      <dc:creator>Nes_Hdr</dc:creator>
      <dc:date>2024-11-29T09:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/100424#M40293</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/133147"&gt;@Nes_Hdr&lt;/a&gt;&amp;nbsp;Do you have Serverless enabled for your workspace?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Fine-grained access control on single user compute&lt;/STRONG&gt;: Databricks Runtime 15.4 LTS does support fine-grained access control on single user compute, but it relies on serverless compute to run data filtering. This means that when a query accesses objects like tables with row filters or column masks, the single user compute resource passes the query to the serverless compute to execute the data filtering.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Error Message&lt;/STRONG&gt;: The error message you are encountering, ROW_COLUMN_ACCESS_POLICIES_NOT_SUPPORTED_ON_ASSIGNED_CLUSTERS, indicates that the query on the table with row filters or column masks is not supported on assigned clusters. This suggests that the single user cluster you are using might not be configured to leverage serverless compute for these operations.&lt;BR /&gt;&lt;BR /&gt;In the documentation it was mentioned that Serverless needs to be enabled in that workspace.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/compute/access-mode-limitations#assigned-limitations" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/compute/access-mode-limitations#assigned-limitations&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 29 Nov 2024 12:14:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/100424#M40293</guid>
      <dc:creator>MuthuLakshmi</dc:creator>
      <dc:date>2024-11-29T12:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/100573#M40336</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89478"&gt;@MuthuLakshmi&lt;/a&gt;&amp;nbsp;Thank you very much for the reply!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I have serverless compute enabled on the workspace, but the cluster I am using is not serverless.&amp;nbsp;&lt;BR /&gt;The error happens whenever access mode is "Single user" (see pictures below). It also happens when using DBR 16.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nes_Hdr_0-1733132175192.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13266i2349588714793217/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nes_Hdr_0-1733132175192.png" alt="Nes_Hdr_0-1733132175192.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nes_Hdr_1-1733132228955.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13267i8B70DE8DFB0A435F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nes_Hdr_1-1733132228955.png" alt="Nes_Hdr_1-1733132228955.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 09:38:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/100573#M40336</guid>
      <dc:creator>Nes_Hdr</dc:creator>
      <dc:date>2024-12-02T09:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101033#M40517</link>
      <description>&lt;P&gt;Can someone from Databricks check this out?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still confused why this doesn't work as it should.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 08:42:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101033#M40517</guid>
      <dc:creator>Nes_Hdr</dc:creator>
      <dc:date>2024-12-05T08:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101558#M40722</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have the same issue. Please, any solution?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 08:21:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101558#M40722</guid>
      <dc:creator>arzb</dc:creator>
      <dc:date>2024-12-10T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101571#M40726</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/133147"&gt;@Nes_Hdr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Do you have activated "serverless compute for workflows...." in the Databricks account?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="configuraciona nivel cuenta databricks para serverless.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13419i7BA3B9BB1A4C1DB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="configuraciona nivel cuenta databricks para serverless.png" alt="configuraciona nivel cuenta databricks para serverless.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 09:31:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101571#M40726</guid>
      <dc:creator>arzb</dc:creator>
      <dc:date>2024-12-10T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101717#M40785</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/135708"&gt;@arzb&lt;/a&gt;&amp;nbsp;yes, serverless copute is enabled&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nes_Hdr_0-1733908535467.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/13461i7002FC0731F0D5C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nes_Hdr_0-1733908535467.png" alt="Nes_Hdr_0-1733908535467.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 09:16:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101717#M40785</guid>
      <dc:creator>Nes_Hdr</dc:creator>
      <dc:date>2024-12-11T09:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101718#M40786</link>
      <description>&lt;P&gt;Hi, then I don´t know what more we can do for fix this.&lt;/P&gt;&lt;P&gt;Please "Databricks" help&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 09:23:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101718#M40786</guid>
      <dc:creator>arzb</dc:creator>
      <dc:date>2024-12-11T09:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101720#M40787</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/133147"&gt;@Nes_Hdr&lt;/a&gt;&amp;nbsp;Does this OPTIMIZE works for some tables with row filter and fail for some?&lt;BR /&gt;Or did it never work in Single user?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 09:36:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101720#M40787</guid>
      <dc:creator>MuthuLakshmi</dc:creator>
      <dc:date>2024-12-11T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101727#M40790</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89478"&gt;@MuthuLakshmi&lt;/a&gt;&amp;nbsp;it never worked on any table with a row filter using a Single user access mode cluster. The same query succeeds using a shared cluster.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is reproducible, you would just need to create a table and apply a row filter function on it, then try to run Optimize table_name using a single user cluser (using DBR 15.4, and serverless is enabled in the workspace) ...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 09:58:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101727#M40790</guid>
      <dc:creator>Nes_Hdr</dc:creator>
      <dc:date>2024-12-11T09:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101736#M40795</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/133147"&gt;@Nes_Hdr&lt;/a&gt;&amp;nbsp;Single user compute uses fine-grained access control to access the tables with RLS/CLM enabled.&lt;BR /&gt;&lt;BR /&gt;There is no specific details about OPTIMIZE being supported in Single user mode.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Under this doc limitations of FGAC mentions that&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"No support for write or refresh table operations on tables that have row filters or column masks applied.&lt;/P&gt;
&lt;P&gt;Specifically, DML operations, such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;INSERT,&lt;/SPAN&gt;&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;DELETE&lt;/SPAN&gt;&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;UPDATE&lt;/SPAN&gt;&lt;/CODE&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;REFRESH&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="pre"&gt;TABLE&lt;/SPAN&gt;&lt;/CODE&gt;, and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;MERGE&lt;/SPAN&gt;&lt;/CODE&gt;, are not supported. You can only read (&lt;CODE class="docutils literal notranslate"&gt;&lt;SPAN class="pre"&gt;SELECT&lt;/SPAN&gt;&lt;/CODE&gt;) from these tables."&lt;BR /&gt;&lt;A href="https://docs.databricks.com/en/compute/single-user-fgac.html" target="_blank"&gt;https://docs.databricks.com/en/compute/single-user-fgac.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 10:38:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/101736#M40795</guid>
      <dc:creator>MuthuLakshmi</dc:creator>
      <dc:date>2024-12-11T10:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/107554#M42830</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;And would be possible to do a "saveAsTable" with a table tha have column mask applied?&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 10:55:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/107554#M42830</guid>
      <dc:creator>arzb</dc:creator>
      <dc:date>2025-01-29T10:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/107784#M42918</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89478"&gt;@MuthuLakshmi&lt;/a&gt;&amp;nbsp;, please any news about this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 11:00:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/107784#M42918</guid>
      <dc:creator>arzb</dc:creator>
      <dc:date>2025-01-30T11:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Limitations for Unity Catalog on single user access mode clusters</title>
      <link>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/132406#M49462</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/135708"&gt;@arzb&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/133147"&gt;@Nes_Hdr&lt;/a&gt;&amp;nbsp;Command support for FGAC on dedicated compute was added in DBR 17.1:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/compute/single-user-fgac#support-for-ddl-show-describe-and-other-commands" target="_self"&gt;https://docs.databricks.com/aws/en/compute/single-user-fgac#support-for-ddl-show-describe-and-other-commands&lt;/A&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":party_popper:"&gt;🎉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Sep 2025 09:42:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/limitations-for-unity-catalog-on-single-user-access-mode/m-p/132406#M49462</guid>
      <dc:creator>robert_dillitz</dc:creator>
      <dc:date>2025-09-18T09:42:49Z</dc:date>
    </item>
  </channel>
</rss>

