<?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 do we get user list who accessed specific table or view in Unity catalog for last 6 months in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/how-do-we-get-user-list-who-accessed-specific-table-or-view-in/m-p/67670#M1145</link>
    <description>&lt;P&gt;yes system table will have all details&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 12:40:37 GMT</pubDate>
    <dc:creator>Aviral-Bhardwaj</dc:creator>
    <dc:date>2024-04-30T12:40:37Z</dc:date>
    <item>
      <title>How do we get user list who accessed specific table or view in Unity catalog for last 6 months</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-do-we-get-user-list-who-accessed-specific-table-or-view-in/m-p/67647#M1143</link>
      <description>&lt;P&gt;We have a business use case where we want to track users who accessed a specific table in Unity catalog for last 6 months . Is there a way where we can pull this data ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 07:10:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-do-we-get-user-list-who-accessed-specific-table-or-view-in/m-p/67647#M1143</guid>
      <dc:creator>saikrishna3390</dc:creator>
      <dc:date>2024-04-30T07:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do we get user list who accessed specific table or view in Unity catalog for last 6 months</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-do-we-get-user-list-who-accessed-specific-table-or-view-in/m-p/67665#M1144</link>
      <description>&lt;P&gt;You can pull this data from &lt;A href="https://docs.databricks.com/en/administration-guide/system-tables/audit-logs.html" target="_self"&gt;system tables&lt;/A&gt;:&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;SELECT&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;FROM&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; system.access.audit&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;WHERE&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; service_name &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"unityCatalog"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt; user_identity.email &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;user&lt;/SPAN&gt;&lt;SPAN&gt; email &lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt; action_name &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"getTable"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt; request_params.full_name_arg &lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;table&lt;/SPAN&gt;&lt;SPAN&gt; name &lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; event_date &lt;/SPAN&gt;&lt;SPAN&gt;BETWEEN&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt; start_date &lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;AND&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt; end_date &lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:35:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-do-we-get-user-list-who-accessed-specific-table-or-view-in/m-p/67665#M1144</guid>
      <dc:creator>PL_db</dc:creator>
      <dc:date>2024-04-30T11:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do we get user list who accessed specific table or view in Unity catalog for last 6 months</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-do-we-get-user-list-who-accessed-specific-table-or-view-in/m-p/67670#M1145</link>
      <description>&lt;P&gt;yes system table will have all details&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 12:40:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-do-we-get-user-list-who-accessed-specific-table-or-view-in/m-p/67670#M1145</guid>
      <dc:creator>Aviral-Bhardwaj</dc:creator>
      <dc:date>2024-04-30T12:40:37Z</dc:date>
    </item>
  </channel>
</rss>

