<?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 to refresh materialized view (Delta Live Table) without running a pipeline every time. in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36736#M5417</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/72808"&gt;@Chengcheng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fine with manual refresh also and have tried "Refresh Table &amp;lt;TableName&amp;gt;" command but it doesn't refreshes the table with new data.&lt;/P&gt;&lt;P&gt;The Full refresh command "&lt;SPAN&gt;REFRESH&lt;/SPAN&gt; &lt;SPAN&gt;TABLE&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;tableName&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FULL; is giving below error inside notebook.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;REFRESH statements cannot contain ' ', '\n', '\r', '\t' inside unquoted resource paths.(line 1, pos 0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If any&amp;nbsp; manual refresh is also available, I can run that sql command for that delta table while I am doing any updates to down stream table as of now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 11:53:31 GMT</pubDate>
    <dc:creator>AbhiJ</dc:creator>
    <dc:date>2023-07-03T11:53:31Z</dc:date>
    <item>
      <title>How to refresh materialized view (Delta Live Table) without running a pipeline every time.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36723#M5415</link>
      <description>&lt;P&gt;Hello, My requirement is to created a materialized view (Live table) from a downstream table. The down stream table gets refreshed frequently and hence the materialized view needs to be recalculated. I don't want the pipe line to be in continuous mode (with streaming table's). My simple requirement is that the materilized view should get refreshed as per new data in the downstream table without having to run pipeline again (without any manual intervention).&lt;/P&gt;&lt;P&gt;Please let me know if anyone is having solution for it.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 11:24:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36723#M5415</guid>
      <dc:creator>AbhiJ</dc:creator>
      <dc:date>2023-07-03T11:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh materialized view (Delta Live Table) without running a pipeline every time.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36731#M5416</link>
      <description>&lt;P&gt;If you want to update DLT asynchronously.(Without any &lt;SPAN&gt;manual intervention&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;The only way is to separate it into two pipeline and schedule these two DLT pipeline separately.&lt;/P&gt;&lt;P&gt;Since DLT don't support any conditional run for now. You can't decide not to fresh a table when running it.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 11:38:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36731#M5416</guid>
      <dc:creator>Chengcheng</dc:creator>
      <dc:date>2023-07-03T11:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh materialized view (Delta Live Table) without running a pipeline every time.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36736#M5417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/72808"&gt;@Chengcheng&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fine with manual refresh also and have tried "Refresh Table &amp;lt;TableName&amp;gt;" command but it doesn't refreshes the table with new data.&lt;/P&gt;&lt;P&gt;The Full refresh command "&lt;SPAN&gt;REFRESH&lt;/SPAN&gt; &lt;SPAN&gt;TABLE&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;tableName&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FULL; is giving below error inside notebook.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;REFRESH statements cannot contain ' ', '\n', '\r', '\t' inside unquoted resource paths.(line 1, pos 0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If any&amp;nbsp; manual refresh is also available, I can run that sql command for that delta table while I am doing any updates to down stream table as of now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 11:53:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36736#M5417</guid>
      <dc:creator>AbhiJ</dc:creator>
      <dc:date>2023-07-03T11:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to refresh materialized view (Delta Live Table) without running a pipeline every time.</title>
      <link>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36881#M5418</link>
      <description>&lt;P data-unlink="true"&gt;Hi&amp;nbsp;&lt;SPAN class=""&gt;AbhiJ&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Select tables for refresh&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;in your Delta Live Table UI, it allows you to select tables you would like to refresh.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And "Refresh Table &amp;lt;TableName&amp;gt;" may not work like you are thinking it is.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It's not used to refresh Delta Live Table, you can check it from the documentation in the following link.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-cache-refresh-table.html" target="_blank" rel="noopener"&gt;https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-cache-refresh-table.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But separate it into two pipeline is definitely better in your use case.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 00:18:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/how-to-refresh-materialized-view-delta-live-table-without/m-p/36881#M5418</guid>
      <dc:creator>Chengcheng</dc:creator>
      <dc:date>2023-07-04T00:18:53Z</dc:date>
    </item>
  </channel>
</rss>

