<?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: Notebook Dashboard refreshes for all users when one user refreshes in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132276#M49423</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185240"&gt;@DR07&lt;/a&gt;&amp;nbsp;Can you please share more details and the API you are using? Are you using an API to trigger the notebook run?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Sep 2025 16:54:13 GMT</pubDate>
    <dc:creator>nayan_wylde</dc:creator>
    <dc:date>2025-09-17T16:54:13Z</dc:date>
    <item>
      <title>Notebook Dashboard refreshes for all users when one user refreshes</title>
      <link>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132267#M49416</link>
      <description>&lt;P&gt;Hi Team ,&lt;/P&gt;&lt;P&gt;I have created a dashboard using the dashboard functionality of the notebook.&lt;BR /&gt;But when one user refreshes the dashboard it refreshes for all the users with whom the dashboard is shared.&lt;BR /&gt;What are the ways this issue can be resolved ?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 16:29:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132267#M49416</guid>
      <dc:creator>DR07</dc:creator>
      <dc:date>2025-09-17T16:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Dashboard refreshes for all users when one user refreshes</title>
      <link>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132269#M49418</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185240"&gt;@DR07&lt;/a&gt;Assign each user their own cluster or use &lt;STRONG&gt;Single User&lt;/STRONG&gt; cluster mode. This isolates execution state, but increases cost and management overhead.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/compute/dedicated-overview" target="_blank"&gt;https://docs.databricks.com/aws/en/compute/dedicated-overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The 2nd option is using Databricks Sql dashboard. Advantages are:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Databricks SQL dashboards run queries independently for each user and don’t share the same notebook state.&lt;/LI&gt;&lt;LI&gt;Each refresh is scoped to the user’s session, so no cross-user interference.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 16:38:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132269#M49418</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-09-17T16:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Dashboard refreshes for all users when one user refreshes</title>
      <link>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132275#M49422</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79394"&gt;@nayan_wylde&lt;/a&gt;&amp;nbsp;, thank you so much for responding&lt;BR /&gt;I'm using databricks api to fetch the data from databricks ui , which adds limitations to create Databricks SQL Dashboard.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 16:48:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132275#M49422</guid>
      <dc:creator>DR07</dc:creator>
      <dc:date>2025-09-17T16:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Dashboard refreshes for all users when one user refreshes</title>
      <link>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132276#M49423</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185240"&gt;@DR07&lt;/a&gt;&amp;nbsp;Can you please share more details and the API you are using? Are you using an API to trigger the notebook run?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 16:54:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132276#M49423</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-09-17T16:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Dashboard refreshes for all users when one user refreshes</title>
      <link>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132281#M49426</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79394"&gt;@nayan_wylde&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I'm using the Databricks Jobs API endpoint to&amp;nbsp;&lt;SPAN&gt;retrieve a list of job runs from my Databricks workspace in the notebook. I'm then using the fetched data for my visualization. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have added multiple widgets to filter the data in the visualization and when one user is selecting a filter the dashboard refreshes for all users.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 17:05:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132281#M49426</guid>
      <dc:creator>DR07</dc:creator>
      <dc:date>2025-09-17T17:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Dashboard refreshes for all users when one user refreshes</title>
      <link>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132283#M49427</link>
      <description>&lt;P&gt;Got you. You can try to have dedicated cluster for users that ensures strong isolation. But it is not cost effective.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 17:15:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132283#M49427</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-09-17T17:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Notebook Dashboard refreshes for all users when one user refreshes</title>
      <link>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132285#M49428</link>
      <description>&lt;P&gt;Got it , Thank you !&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 17:17:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/notebook-dashboard-refreshes-for-all-users-when-one-user/m-p/132285#M49428</guid>
      <dc:creator>DR07</dc:creator>
      <dc:date>2025-09-17T17:17:30Z</dc:date>
    </item>
  </channel>
</rss>

