# Blob store / GCS

Sumble can export enriched data as Parquet files directly to your Google Cloud Storage (GCS) bucket.

## Overview

The blob store integration is a one-way push: Sumble writes Parquet files to a GCS bucket you control. This is the simplest integration option — no API connections, no database credentials. You get raw files that you can process however you want.

## What gets delivered

Each pipeline run writes a set of Parquet files to your bucket:

* **Enriched organizations** — your accounts with all configured enrichment columns
* **Alerts feed** — intent signals generated for your accounts
* **Reference data** — technologies, job functions, countries, and other lookup tables

Files are standard Apache Parquet format, readable by any tool that supports it (BigQuery, Spark, pandas, DuckDB, etc.).

## Update cadence

Files are updated daily after the Sumble data pipeline completes. Each run replaces the previous set of files.

## Setup

GCS integration requires an enterprise plan. To get started:

1. Create a GCS bucket (or designate an existing one) for Sumble to write to
2. Grant Sumble's service account write access to the bucket
3. Sumble configures the export and begins daily syncs

<a href="https://calendly.com/d/cnzk-sjk-q38/sumble" class="button primary">Book a time to chat with us</a>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sumble.com/enterprise-services/integrations/blob-store.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
