<?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: Control visibility of delta tables at sql endpoint in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26345#M18423</link>
    <description>&lt;P&gt;Best you &lt;A href="https://docs.databricks.com/sql/user/security/access-control/index.html" alt="https://docs.databricks.com/sql/user/security/access-control/index.html" target="_blank"&gt;browse through the docs&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Interesting to know is that with &lt;A href="https://databricks.com/product/unity-catalog" alt="https://databricks.com/product/unity-catalog" target="_blank"&gt;Unity Catalog&lt;/A&gt;, new functionalities will be added. Mind that it is not yet GA.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 09:01:07 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2022-03-07T09:01:07Z</dc:date>
    <item>
      <title>Control visibility of delta tables at sql endpoint</title>
      <link>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26344#M18422</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;Let's take a scenario where the data from s3 is read to create delta table and then stored on dbfs, and then to query these delta table we used mysql endpoint from where all the delta tables are visible, but we need to control which all delta tables can be visible through that endpoint.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 08:24:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26344#M18422</guid>
      <dc:creator>athjain</dc:creator>
      <dc:date>2022-03-07T08:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Control visibility of delta tables at sql endpoint</title>
      <link>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26345#M18423</link>
      <description>&lt;P&gt;Best you &lt;A href="https://docs.databricks.com/sql/user/security/access-control/index.html" alt="https://docs.databricks.com/sql/user/security/access-control/index.html" target="_blank"&gt;browse through the docs&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Interesting to know is that with &lt;A href="https://databricks.com/product/unity-catalog" alt="https://databricks.com/product/unity-catalog" target="_blank"&gt;Unity Catalog&lt;/A&gt;, new functionalities will be added. Mind that it is not yet GA.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 09:01:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26345#M18423</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-03-07T09:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Control visibility of delta tables at sql endpoint</title>
      <link>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26346#M18424</link>
      <description>&lt;P&gt;@Werner Stinckens​&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your kind response, Surely I will go through the above said suggestion and will contact team to make it available for testing and will let you know if it can fulfill above said usecase&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 09:08:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26346#M18424</guid>
      <dc:creator>athjain</dc:creator>
      <dc:date>2022-03-07T09:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Control visibility of delta tables at sql endpoint</title>
      <link>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26347#M18425</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;GRANT privilege_types ON securable_object TO principal
&amp;nbsp;
privilege_types
  { ALL PRIVILEGES |
    privilege_type [, ...] }&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt;REVOKE privilege_types ON securable_object FROM principal
&amp;nbsp;
privilege_types
  { ALL PRIVILEGES |
    privilege_type [, ...] }&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;principal need to be user which connect through sql endpoint (from BI tool for example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 10:31:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26347#M18425</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-07T10:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Control visibility of delta tables at sql endpoint</title>
      <link>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26348#M18426</link>
      <description>&lt;P&gt;Hi @Athlestan Jain​&amp;nbsp;, Let us know if you were able to achieve this using @Hubert Dudek​&amp;nbsp;solution.&lt;/P&gt;&lt;P&gt;You can also restrict the endpoint by using Access control along with a combination of the proposed solution.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 08:36:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26348#M18426</guid>
      <dc:creator>User16753725182</dc:creator>
      <dc:date>2022-03-11T08:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Control visibility of delta tables at sql endpoint</title>
      <link>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26349#M18427</link>
      <description>&lt;P&gt;Hey @Athlestan Jain​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just checking in. Do you think you were able to find a solution to your problem from the above answers? &amp;nbsp;If yes, would you be happy to mark it as best so that other members can find the solution more quickly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 14:04:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/control-visibility-of-delta-tables-at-sql-endpoint/m-p/26349#M18427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-22T14:04:16Z</dc:date>
    </item>
  </channel>
</rss>

