<?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 Table Access Control without High-Concurrency and with R in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/table-access-control-without-high-concurrency-and-with-r/m-p/14416#M521</link>
    <description>&lt;P&gt;As we are starting to build our Lakehouse solution on Databricks, we need ACLs to be active. So far I have found two options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;via UI or terraform: create a high-concurrency cluster and enable table access control for python and SQL. In terraform this would look like this: &lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;spark_conf = {
    "spark.databricks.cluster.profile": "serverless",
    "spark.databricks.repl.allowedLanguages": "python,sql",
    "spark.databricks.acl.dfAclsEnabled": "true"
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;only in terraform: create a "standard" cluster with enabled table access control for python, SQL and R. In terraform the code for config is as followed: &lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;spark_conf = {
    "spark.databricks.repl.allowedLanguages" : "python,sql,r",
    "spark.databricks.acl.dfAclsEnabled" : true,
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;We have tested that this second option only allows me to see tables that I have been granted access to. Do I miss something in the documentation? Is it the correct way to deploy a single-user cluster with ACLs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2022 15:47:36 GMT</pubDate>
    <dc:creator>Alexey</dc:creator>
    <dc:date>2022-07-06T15:47:36Z</dc:date>
    <item>
      <title>Table Access Control without High-Concurrency and with R</title>
      <link>https://community.databricks.com/t5/data-governance/table-access-control-without-high-concurrency-and-with-r/m-p/14416#M521</link>
      <description>&lt;P&gt;As we are starting to build our Lakehouse solution on Databricks, we need ACLs to be active. So far I have found two options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;via UI or terraform: create a high-concurrency cluster and enable table access control for python and SQL. In terraform this would look like this: &lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;spark_conf = {
    "spark.databricks.cluster.profile": "serverless",
    "spark.databricks.repl.allowedLanguages": "python,sql",
    "spark.databricks.acl.dfAclsEnabled": "true"
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;only in terraform: create a "standard" cluster with enabled table access control for python, SQL and R. In terraform the code for config is as followed: &lt;/LI&gt;&lt;/UL&gt;&lt;PRE&gt;&lt;CODE&gt;spark_conf = {
    "spark.databricks.repl.allowedLanguages" : "python,sql,r",
    "spark.databricks.acl.dfAclsEnabled" : true,
}&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;We have tested that this second option only allows me to see tables that I have been granted access to. Do I miss something in the documentation? Is it the correct way to deploy a single-user cluster with ACLs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 15:47:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/table-access-control-without-high-concurrency-and-with-r/m-p/14416#M521</guid>
      <dc:creator>Alexey</dc:creator>
      <dc:date>2022-07-06T15:47:36Z</dc:date>
    </item>
  </channel>
</rss>

