<?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 Persisting query history data in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/persisting-query-history-data/m-p/70552#M34091</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking for a way to persist query history data. I have not have direct access to the system tables. I do have access to a query_history view created by selecting from the system.query.history and system.access.audit system tables. I want to create a simple process that will incrementally load the data that I access through the view into a table..&lt;/P&gt;&lt;P&gt;What is the simplest way to achieve this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 22:25:07 GMT</pubDate>
    <dc:creator>WWoman</dc:creator>
    <dc:date>2024-05-23T22:25:07Z</dc:date>
    <item>
      <title>Persisting query history data</title>
      <link>https://community.databricks.com/t5/data-engineering/persisting-query-history-data/m-p/70552#M34091</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking for a way to persist query history data. I have not have direct access to the system tables. I do have access to a query_history view created by selecting from the system.query.history and system.access.audit system tables. I want to create a simple process that will incrementally load the data that I access through the view into a table..&lt;/P&gt;&lt;P&gt;What is the simplest way to achieve this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 22:25:07 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/persisting-query-history-data/m-p/70552#M34091</guid>
      <dc:creator>WWoman</dc:creator>
      <dc:date>2024-05-23T22:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Persisting query history data</title>
      <link>https://community.databricks.com/t5/data-engineering/persisting-query-history-data/m-p/70561#M34094</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/92373"&gt;@WWoman&lt;/a&gt;&amp;nbsp;you can set up a simple append only DLT pipeline or just schedule a job that will run merge statement insert * only. In both cases you will get a table that will accumulate history of additions in your view over time and in both cases it will be incremental&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 04:50:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/persisting-query-history-data/m-p/70561#M34094</guid>
      <dc:creator>yuriy</dc:creator>
      <dc:date>2024-05-24T04:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Persisting query history data</title>
      <link>https://community.databricks.com/t5/data-engineering/persisting-query-history-data/m-p/75964#M35119</link>
      <description>&lt;P&gt;Is any system table there for query history?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 16:35:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/persisting-query-history-data/m-p/75964#M35119</guid>
      <dc:creator>syed_sr7</dc:creator>
      <dc:date>2024-06-27T16:35:12Z</dc:date>
    </item>
  </channel>
</rss>

