# Data Warehouse

Without any engineering effort, sync customer data directly into your warehouse.

* Select the data columns you care about
* Select a cadence for the sync
* Data will automatically be upserted into your warehouse
* New data will be inserted as new rows into the table
* Updated data will be replace existing rows in the table
* New data columns can be subscribed to as they become available

<figure><img src="/files/xdWnNXzeJsb7LMZExVLx" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/kcfYpVMtk8aUHYNBU3jk" %}
[Snowflake](/pylon-docs/integrations/data-warehouse/snowflake.md)
{% endcontent-ref %}

{% content-ref url="/pages/CCvYpOwGiC8koinoorRo" %}
[BigQuery](/pylon-docs/integrations/data-warehouse/bigquery.md)
{% endcontent-ref %}

{% content-ref url="/pages/fRID7UTUjOPlL6crr3Ua" %}
[Redshift](/pylon-docs/integrations/data-warehouse/redshift.md)
{% endcontent-ref %}

{% content-ref url="/pages/r8JH5VdH86YHm1toVT0q" %}
[AWS S3](/pylon-docs/integrations/data-warehouse/aws-s3.md)
{% endcontent-ref %}


---

# 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.usepylon.com/pylon-docs/integrations/data-warehouse.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.
