<?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 DBFS with Google Cloud Storage(GCS) in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/dbfs-with-google-cloud-storage-gcs/m-p/25853#M18052</link>
    <description>&lt;P&gt;Does DBFS support GCS?&lt;/P&gt;</description>
    <pubDate>Fri, 11 Mar 2022 20:20:13 GMT</pubDate>
    <dc:creator>rajib76</dc:creator>
    <dc:date>2022-03-11T20:20:13Z</dc:date>
    <item>
      <title>DBFS with Google Cloud Storage(GCS)</title>
      <link>https://community.databricks.com/t5/data-engineering/dbfs-with-google-cloud-storage-gcs/m-p/25853#M18052</link>
      <description>&lt;P&gt;Does DBFS support GCS?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Mar 2022 20:20:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dbfs-with-google-cloud-storage-gcs/m-p/25853#M18052</guid>
      <dc:creator>rajib76</dc:creator>
      <dc:date>2022-03-11T20:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: DBFS with Google Cloud Storage(GCS)</title>
      <link>https://community.databricks.com/t5/data-engineering/dbfs-with-google-cloud-storage-gcs/m-p/25854#M18053</link>
      <description>&lt;P&gt;Yes you need just to create service account for databricks and than assign storage admin role to bucket. After that you can mount GCS standard way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;bucket_name = "&amp;lt;bucket-name&amp;gt;"
mount_name = "&amp;lt;mount-name&amp;gt;"
dbutils.fs.mount("gs://%s" % bucket_name, "/mnt/%s" % mount_name)
display(dbutils.fs.ls("/mnt/%s" % mount_name))&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;more info here &lt;A href="https://docs.gcp.databricks.com/data/data-sources/google/gcs.html" alt="https://docs.gcp.databricks.com/data/data-sources/google/gcs.html" target="_blank"&gt;https://docs.gcp.databricks.com/data/data-sources/google/gcs.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 10:51:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dbfs-with-google-cloud-storage-gcs/m-p/25854#M18053</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-12T10:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: DBFS with Google Cloud Storage(GCS)</title>
      <link>https://community.databricks.com/t5/data-engineering/dbfs-with-google-cloud-storage-gcs/m-p/120005#M46022</link>
      <description>&lt;P&gt;Is it possibile Also with the community version of Databricks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 21:22:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/dbfs-with-google-cloud-storage-gcs/m-p/120005#M46022</guid>
      <dc:creator>oricaruso</dc:creator>
      <dc:date>2025-05-22T21:22:28Z</dc:date>
    </item>
  </channel>
</rss>

