<?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 Lacking support for column-level select grants or attribute-based access control in Machine Learning</title>
    <link>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/7310#M345</link>
    <description>&lt;P&gt;In the Unity Catalog launch and its &lt;A href="https://www.databricks.com/blog/2021/05/26/introducing-databricks-unity-catalog-fine-grained-governance-for-data-and-ai-on-the-lakehouse.html" alt="https://www.databricks.com/blog/2021/05/26/introducing-databricks-unity-catalog-fine-grained-governance-for-data-and-ai-on-the-lakehouse.html" target="_blank"&gt;accompanying blog post&lt;/A&gt;, one of the primary selling points was a set of granular access control features that would at least partially eliminate the need to create a multitude of separate table views and the attendant complexity of managing this for a large set of users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beyond column-specific select grants:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GRANT SELECT(date, country) ON iot_events TO marketing&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The launch also advertised a model for "attributed-based access control":&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ALTER TABLE iot_events ADD ATTRIBUTE pii ON email
ALTER TABLE users ADD ATTRIBUTE pii ON phone
&amp;nbsp;
GRANT SELECT ON DATABASE iot_data
  HAVING ATTRIBUTE NOT IN (pii)
  TO product_managers&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can find no mention of these features in the Databricks documentation, where the on&lt;A href="https://docs.databricks.com/data-governance/unity-catalog/create-views.html#column-level-permissions" alt="https://docs.databricks.com/data-governance/unity-catalog/create-views.html#column-level-permissions" target="_blank"&gt;ly section on column-level permissions within the Unity Catalog section &lt;/A&gt;suggests we use old-school SQL views to achieve column-level permissions—exactly the kind of thing that Unity Catalog claimed to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My own attempts to use these features in a Databricks workspace suggest that they are not yet available (even column-specific select grants!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something here? Is there a method for doing column-specific access control that doesn't require generating a new view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Mar 2023 04:39:06 GMT</pubDate>
    <dc:creator>Spencer_Kent</dc:creator>
    <dc:date>2023-03-22T04:39:06Z</dc:date>
    <item>
      <title>Lacking support for column-level select grants or attribute-based access control</title>
      <link>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/7310#M345</link>
      <description>&lt;P&gt;In the Unity Catalog launch and its &lt;A href="https://www.databricks.com/blog/2021/05/26/introducing-databricks-unity-catalog-fine-grained-governance-for-data-and-ai-on-the-lakehouse.html" alt="https://www.databricks.com/blog/2021/05/26/introducing-databricks-unity-catalog-fine-grained-governance-for-data-and-ai-on-the-lakehouse.html" target="_blank"&gt;accompanying blog post&lt;/A&gt;, one of the primary selling points was a set of granular access control features that would at least partially eliminate the need to create a multitude of separate table views and the attendant complexity of managing this for a large set of users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beyond column-specific select grants:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GRANT SELECT(date, country) ON iot_events TO marketing&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The launch also advertised a model for "attributed-based access control":&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ALTER TABLE iot_events ADD ATTRIBUTE pii ON email
ALTER TABLE users ADD ATTRIBUTE pii ON phone
&amp;nbsp;
GRANT SELECT ON DATABASE iot_data
  HAVING ATTRIBUTE NOT IN (pii)
  TO product_managers&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I can find no mention of these features in the Databricks documentation, where the on&lt;A href="https://docs.databricks.com/data-governance/unity-catalog/create-views.html#column-level-permissions" alt="https://docs.databricks.com/data-governance/unity-catalog/create-views.html#column-level-permissions" target="_blank"&gt;ly section on column-level permissions within the Unity Catalog section &lt;/A&gt;suggests we use old-school SQL views to achieve column-level permissions—exactly the kind of thing that Unity Catalog claimed to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My own attempts to use these features in a Databricks workspace suggest that they are not yet available (even column-specific select grants!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something here? Is there a method for doing column-specific access control that doesn't require generating a new view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 04:39:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/7310#M345</guid>
      <dc:creator>Spencer_Kent</dc:creator>
      <dc:date>2023-03-22T04:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Lacking support for column-level select grants or attribute-based access control</title>
      <link>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/7311#M346</link>
      <description>&lt;P&gt;Column-specific access without dynamic views is currently in private preview. You can work with Databricks accounts team to sign up for a private preview to get an early access. Once this is in GA, it will be generally available. Hope it clarifies.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 18:53:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/7311#M346</guid>
      <dc:creator>mathan_pillai</dc:creator>
      <dc:date>2023-04-13T18:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Lacking support for column-level select grants or attribute-based access control</title>
      <link>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/7312#M347</link>
      <description>&lt;P&gt;Simply amazing that &lt;B&gt;2 years&lt;/B&gt; on from the initial announcement, this feature is not available. You released  Unity Catalog missing one of it's most-hyped features.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 05:08:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/7312#M347</guid>
      <dc:creator>Spencer_Kent</dc:creator>
      <dc:date>2023-04-18T05:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lacking support for column-level select grants or attribute-based access control</title>
      <link>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/139510#M4446</link>
      <description>&lt;P&gt;is this feature still in private preview?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 11:28:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/139510#M4446</guid>
      <dc:creator>at-khatri</dc:creator>
      <dc:date>2025-11-18T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lacking support for column-level select grants or attribute-based access control</title>
      <link>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/139539#M4447</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;A target="_blank" rel="noopener"&gt;@at-khatri&lt;/A&gt;&amp;nbsp;, Yes, Databricks has row-level filtering and column masking functionalities available, released last year.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/filters-and-masks/" target="_blank"&gt;https://docs.databricks.com/aws/en/data-governance/unity-catalog/filters-and-masks/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 14:32:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/139539#M4447</guid>
      <dc:creator>KaushalVachhani</dc:creator>
      <dc:date>2025-11-18T14:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lacking support for column-level select grants or attribute-based access control</title>
      <link>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/139540#M4448</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198139"&gt;@at-khatri&lt;/a&gt;&amp;nbsp;Databricks ABAC is in Public Preview now&lt;BR /&gt;&lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/abac/" target="_blank"&gt;https://docs.databricks.com/aws/en/data-governance/unity-catalog/abac/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 14:38:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/machine-learning/lacking-support-for-column-level-select-grants-or-attribute/m-p/139540#M4448</guid>
      <dc:creator>Charuvil</dc:creator>
      <dc:date>2025-11-18T14:38:37Z</dc:date>
    </item>
  </channel>
</rss>

