<?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: How to resolve the AnalysisException &amp;quot;DENY is not supported in Unity Catalog&amp;quot; in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8796#M292</link>
    <description>&lt;P&gt;Hi @Akash Sivadas​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can do it by data explorer tab.&lt;/P&gt;&lt;P&gt;Please refer below blog for the same-&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data/manage-permissions.html" alt="https://docs.databricks.com/data/manage-permissions.html" target="_blank"&gt;Manage Unity Catalog permissions in Data Explorer | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2023 09:56:29 GMT</pubDate>
    <dc:creator>Ajay-Pandey</dc:creator>
    <dc:date>2023-02-24T09:56:29Z</dc:date>
    <item>
      <title>How to resolve the AnalysisException "DENY is not supported in Unity Catalog"</title>
      <link>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8795#M291</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to manage access to objects created in a Unity Catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the owner/creator of the object(me) to not have access to the object and only the specified users/groups to be able to select/perform other actions on the objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the DENY Command is not supported in Unity Catalog. Is there any other way to deny access to the owner of the objects?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command I am using is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%sql&lt;/P&gt;&lt;P&gt;DENY EXECUTE ON FUNCTION catalogName.schemaName.functionTest TO `username@email.com`;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 06:08:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8795#M291</guid>
      <dc:creator>akashs04</dc:creator>
      <dc:date>2023-02-24T06:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the AnalysisException "DENY is not supported in Unity Catalog"</title>
      <link>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8796#M292</link>
      <description>&lt;P&gt;Hi @Akash Sivadas​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can do it by data explorer tab.&lt;/P&gt;&lt;P&gt;Please refer below blog for the same-&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data/manage-permissions.html" alt="https://docs.databricks.com/data/manage-permissions.html" target="_blank"&gt;Manage Unity Catalog permissions in Data Explorer | Databricks on AWS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:56:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8796#M292</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2023-02-24T09:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the AnalysisException "DENY is not supported in Unity Catalog"</title>
      <link>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8797#M293</link>
      <description>&lt;P&gt;Hi. Apologies for not being more elaborate about the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution would work for users who have been granted any permissions to the object but not for the owner of the object. I want the owner of the object to be revoked from accessing this object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally transferring the object ownership to another user would work. But in my case I am dealing with sensitive data and object creation happens with the help of a Databricks Job. The above mentioned step can be reverted by an admin in the Databricks Workspace. So, this job can still be executed by any other Admin in the Workspace using the owner's credentials to potentially access data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 10:15:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8797#M293</guid>
      <dc:creator>akashs04</dc:creator>
      <dc:date>2023-02-24T10:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve the AnalysisException "DENY is not supported in Unity Catalog"</title>
      <link>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8799#M295</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had already tried that but Databricks throws a ParseException saying possibly unquoted identifier username@email.com detected. Please consider quoting it with back-quoted as `username@email.com`&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 13:31:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-to-resolve-the-analysisexception-quot-deny-is-not-supported/m-p/8799#M295</guid>
      <dc:creator>akashs04</dc:creator>
      <dc:date>2023-02-24T13:31:00Z</dc:date>
    </item>
  </channel>
</rss>

