<?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: Connecting live google sheets data to Databricks in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/59031#M8419</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99067"&gt;@Patrick-Data&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you can load the live data in delta tables, but data only be refreshed once you run the related jobs.&lt;/P&gt;&lt;P&gt;Also for this use case you can go with databricks workflow that will help you to schedule the table refresh&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 08:27:41 GMT</pubDate>
    <dc:creator>Ajay-Pandey</dc:creator>
    <dc:date>2024-02-02T08:27:41Z</dc:date>
    <item>
      <title>Connecting live google sheets data to Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/58771#M8416</link>
      <description>&lt;P&gt;Hi! So we have a live google sheets data that gets updated on an hourly/daily basis, and we want to bring it to databricks as a live/scheduled connection for further analysis, together with other tables and views present there. Do you have any suggestions or recommendations to approach this matter?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 03:27:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/58771#M8416</guid>
      <dc:creator>Patrick-Data</dc:creator>
      <dc:date>2024-01-31T03:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting live google sheets data to Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/58778#M8417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99067"&gt;@Patrick-Data&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you can do it only you have to follow below steps -&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Open Google sheet from which you want fetch data&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ajaypanday678_1-1706676204688.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6046iF7FE445EF75E34B8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="ajaypanday678_1-1706676204688.png" alt="ajaypanday678_1-1706676204688.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Go to -File-&amp;gt;Share-&amp;gt;Publish to web- Select sheet-&amp;gt;Select Sheet -&amp;gt;select .csv&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ajaypanday678_0-1706675978142.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/6045iBB06BA13FF025D59/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="ajaypanday678_0-1706675978142.png" alt="ajaypanday678_0-1706675978142.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4. Click on publish -&amp;gt;copy the URL&lt;/P&gt;&lt;P&gt;5. Use below code to fetch the live data&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import pandas as pd

pdDF = pd.read_csv("URL which you have copied")
#Convert to spark DF
sparkDF = spark.createDataFrame(pdDF) &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 04:44:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/58778#M8417</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2024-01-31T04:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting live google sheets data to Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/58782#M8418</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/71565"&gt;@Ajay-Pandey&lt;/a&gt;&amp;nbsp;! Appreciate your reply. I am new to Databricks, apologies, but I wonder if it's possible to put this live data into a table under a specific catalog-schema? Such that the table will reflect the live data in google sheet?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 05:06:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/58782#M8418</guid>
      <dc:creator>Patrick-Data</dc:creator>
      <dc:date>2024-01-31T05:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting live google sheets data to Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/59031#M8419</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99067"&gt;@Patrick-Data&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you can load the live data in delta tables, but data only be refreshed once you run the related jobs.&lt;/P&gt;&lt;P&gt;Also for this use case you can go with databricks workflow that will help you to schedule the table refresh&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 08:27:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/59031#M8419</guid>
      <dc:creator>Ajay-Pandey</dc:creator>
      <dc:date>2024-02-02T08:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting live google sheets data to Databricks</title>
      <link>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/91622#M8421</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/71565"&gt;@Ajay-Pandey&lt;/a&gt;,&amp;nbsp;I have similar question. I would like to import the Google Sheet content to Databricks but don't want to expose the content to the public. Is there a way to do it other than public the sheet? Thank you1&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 20:07:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/connecting-live-google-sheets-data-to-databricks/m-p/91622#M8421</guid>
      <dc:creator>sunnyh</dc:creator>
      <dc:date>2024-09-24T20:07:59Z</dc:date>
    </item>
  </channel>
</rss>

