<?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 Best practice to enforcing row-level security across multiple catalogs sharing same schema structure in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/best-practice-to-enforcing-row-level-security-across-multiple/m-p/169115#M56041</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;We have identical schema structures replicated across three catalogs (dev, qa, prod) to support environment isolation. We now need to apply row-level security (e.g., restricting sales reps to only see their own region's data) consistently across all three catalogs without duplicating the row-filter function/logic three times.&lt;/P&gt;&lt;P&gt;What we've tried: &amp;gt; - Created a single row-filter function in a shared "utility" catalog and attempted to reference it from the other catalogs — this failed due to cross-catalog function reference limitations. &amp;gt; - Considered duplicating the filter function per catalog, but this creates a maintenance burden (any logic change requires updating 3 places).&lt;/P&gt;&lt;P&gt;&amp;nbsp;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there a supported pattern for sharing row-filter/column-mask functions across catalogs in Unity Catalog, or must each catalog maintain its own copy?&lt;/LI&gt;&lt;LI&gt;Does Unity Catalog support catalog-level inheritance of security policies, or is row/column security always scoped strictly to the catalog where the function is defined?&lt;/LI&gt;&lt;LI&gt;Has anyone solved this using Databricks Asset Bundles (DABs) to templatize and redeploy the same filter logic across catalogs, rather than trying to share a single function reference?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any real-world patterns for maintaining DRY (Don't Repeat Yourself) security policies across multiple catalogs would be appreciated.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2026 17:43:48 GMT</pubDate>
    <dc:creator>Khasim_1</dc:creator>
    <dc:date>2026-09-18T17:43:48Z</dc:date>
    <item>
      <title>Best practice to enforcing row-level security across multiple catalogs sharing same schema structure</title>
      <link>https://community.databricks.com/t5/data-engineering/best-practice-to-enforcing-row-level-security-across-multiple/m-p/169115#M56041</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;We have identical schema structures replicated across three catalogs (dev, qa, prod) to support environment isolation. We now need to apply row-level security (e.g., restricting sales reps to only see their own region's data) consistently across all three catalogs without duplicating the row-filter function/logic three times.&lt;/P&gt;&lt;P&gt;What we've tried: &amp;gt; - Created a single row-filter function in a shared "utility" catalog and attempted to reference it from the other catalogs — this failed due to cross-catalog function reference limitations. &amp;gt; - Considered duplicating the filter function per catalog, but this creates a maintenance burden (any logic change requires updating 3 places).&lt;/P&gt;&lt;P&gt;&amp;nbsp;Questions:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is there a supported pattern for sharing row-filter/column-mask functions across catalogs in Unity Catalog, or must each catalog maintain its own copy?&lt;/LI&gt;&lt;LI&gt;Does Unity Catalog support catalog-level inheritance of security policies, or is row/column security always scoped strictly to the catalog where the function is defined?&lt;/LI&gt;&lt;LI&gt;Has anyone solved this using Databricks Asset Bundles (DABs) to templatize and redeploy the same filter logic across catalogs, rather than trying to share a single function reference?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any real-world patterns for maintaining DRY (Don't Repeat Yourself) security policies across multiple catalogs would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2026 17:43:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/best-practice-to-enforcing-row-level-security-across-multiple/m-p/169115#M56041</guid>
      <dc:creator>Khasim_1</dc:creator>
      <dc:date>2026-09-18T17:43:48Z</dc:date>
    </item>
  </channel>
</rss>

