<?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: Is there api call to set &amp;quot;Table access control&amp;quot; workspace config ? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/38813#M26771</link>
    <description>&lt;P&gt;Faciing the same issue, tried to fetch the current value via&amp;nbsp;&lt;SPAN&gt;/api/2.0/workspace-conf?keys=enableTableAccessControl&lt;/SPAN&gt;&lt;BR /&gt;Unfortunately this is returning a 400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"error_code"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"BAD_REQUEST"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Invalid&amp;nbsp;keys:&amp;nbsp;[\"enableTableAccessControl\"]"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 01 Aug 2023 07:59:57 GMT</pubDate>
    <dc:creator>SvenPeeters</dc:creator>
    <dc:date>2023-08-01T07:59:57Z</dc:date>
    <item>
      <title>Is there api call to set "Table access control" workspace config ?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22182#M15169</link>
      <description>&lt;P&gt;Is there api call to set "Table access control" workspace config ?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 15:51:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22182#M15169</guid>
      <dc:creator>GNarain</dc:creator>
      <dc:date>2022-11-15T15:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is there api call to set "Table access control" workspace config ?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22183#M15170</link>
      <description>&lt;P&gt;@Govind Narain​&amp;nbsp;can you try below api &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;curl --location --request PATCH 'https://test.cloud.databricks.com/api/2.0/workspace-conf' \&lt;/P&gt;&lt;P&gt;--header 'Authorization: Bearer REPLACE_TOKEN' \&lt;/P&gt;&lt;P&gt;--header 'Content-Type: application/json' \&lt;/P&gt;&lt;P&gt;--data-raw '{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;"enableTableAccessControl": "true"&lt;/P&gt;&lt;P&gt;}'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for reference go through below one of the discussions posted previously &lt;A href="https://community.databricks.com/s/question/0D53f00001LKDmECAX/can-terraform-be-used-to-set-configurations-in-admin-workspace-settings" alt="https://community.databricks.com/s/question/0D53f00001LKDmECAX/can-terraform-be-used-to-set-configurations-in-admin-workspace-settings" target="_blank"&gt;Can Terraform be used to set configurations in Admin / workspace settings? (databricks.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 00:06:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22183#M15170</guid>
      <dc:creator>karthik_p</dc:creator>
      <dc:date>2022-11-16T00:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there api call to set "Table access control" workspace config ?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22185#M15172</link>
      <description>&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It did not work. The error I am getting is that it is an invalid key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2022 21:36:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22185#M15172</guid>
      <dc:creator>GNarain</dc:creator>
      <dc:date>2022-11-21T21:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there api call to set "Table access control" workspace config ?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22186#M15173</link>
      <description>&lt;P&gt;Hi @karthik p​&amp;nbsp;I am facing the same issue as @Govind Narain​. Do you have any reference to the different keys that are supported by this API? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 10:31:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22186#M15173</guid>
      <dc:creator>DiogoPinto</dc:creator>
      <dc:date>2023-05-23T10:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there api call to set "Table access control" workspace config ?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22187#M15174</link>
      <description>&lt;P&gt;@Diogo Pinto​&amp;nbsp;did you cheked workspace id that u added in patch url is correct and also any spaces to generated token @Govind Narain​&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 16:25:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/22187#M15174</guid>
      <dc:creator>karthik_p</dc:creator>
      <dc:date>2023-05-30T16:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is there api call to set "Table access control" workspace config ?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/38813#M26771</link>
      <description>&lt;P&gt;Faciing the same issue, tried to fetch the current value via&amp;nbsp;&lt;SPAN&gt;/api/2.0/workspace-conf?keys=enableTableAccessControl&lt;/SPAN&gt;&lt;BR /&gt;Unfortunately this is returning a 400&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"error_code"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"BAD_REQUEST"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"message"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Invalid&amp;nbsp;keys:&amp;nbsp;[\"enableTableAccessControl\"]"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2023 07:59:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/38813#M26771</guid>
      <dc:creator>SvenPeeters</dc:creator>
      <dc:date>2023-08-01T07:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is there api call to set "Table access control" workspace config ?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/40045#M27117</link>
      <description>&lt;P&gt;Hi Kaniz,&lt;/P&gt;&lt;P&gt;I tried this on our Databricks hosted on Azure&lt;/P&gt;&lt;P&gt;Call : &lt;A href="https://adb-xxxxxxxxxxxxxxx.18.azuredatabricks.net/api/2.0/workspace-conf?keys=workspaceAccessControlEnabled" target="_blank"&gt;https://adb-xxxxxxxxxxxxxxx.18.azuredatabricks.net/api/2.0/workspace-conf?keys=workspaceAccessControlEnabled&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;"error_code": "BAD_REQUEST",&lt;BR /&gt;"message": "Invalid keys: [\"workspaceAccessControlEnabled\"]"&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 12:14:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/40045#M27117</guid>
      <dc:creator>SvenPeeters</dc:creator>
      <dc:date>2023-08-16T12:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is there api call to set "Table access control" workspace config ?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/40140#M27138</link>
      <description>&lt;P&gt;Hi Kaniz,&lt;/P&gt;&lt;P&gt;Unfortunately the databricks is deployed and configured via DevOps (BICEP &amp;amp; Powershell scripts), so the UI is not an option. That's something the Databricks team should address&lt;/P&gt;&lt;P&gt;We would like to use table acl to be able to share different views to different teams.&lt;BR /&gt;They will be using an SQL Warehouse and PowerBI to connect to the data.&lt;BR /&gt;Unfortunately I can't find an option where we can change the spark config for an SQL Warehouse.&lt;BR /&gt;&lt;BR /&gt;We are considering moving to the Unity Catalog where table ACL on the workspace isn't an issue.&lt;BR /&gt;But having some issues with the Infra team to get them convinced &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sven&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 05:23:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-there-api-call-to-set-quot-table-access-control-quot/m-p/40140#M27138</guid>
      <dc:creator>SvenPeeters</dc:creator>
      <dc:date>2023-08-17T05:23:38Z</dc:date>
    </item>
  </channel>
</rss>

