> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/concepts/resources/nilus/batch/batch-sources.md).

# Batch Sources

Batch sources read data on a scheduled or manually triggered cadence. Use them for full refreshes, incremental snapshots, and bounded query-based extraction.

For batch manifest shape, see [Understanding Batch Pipeline Config](/concepts/resources/nilus/batch/pipeline-config.md). For worked examples, see [Batch Sample Configs](/concepts/resources/nilus/batch/sample-configs.md).

## Published Batch Sources

| Source                                                                                  | Category | Notes                                                                                     |
| --------------------------------------------------------------------------------------- | -------- | ----------------------------------------------------------------------------------------- |
| [AWS Redshift](/concepts/resources/nilus/batch/batch-sources/aws-redshift.md)           | Database | Warehouse reads through the Redshift/PostgreSQL-compatible path.                          |
| [Azure Synapse](/concepts/resources/nilus/batch/batch-sources/azure-synapse.md)         | Database | Supported through the MS SQL Server batch source against a compatible dedicated SQL pool. |
| [ClickHouse](/concepts/resources/nilus/batch/batch-sources/clickhouse.md)               | Database | Batch reads from ClickHouse tables or queries.                                            |
| [Databricks](/concepts/resources/nilus/batch/batch-sources/databricks.md)               | Database | Batch reads through Databricks SQL warehouses.                                            |
| [Delta Lake](/concepts/resources/nilus/batch/batch-sources/delta-lake.md)               | Database | Batch reads from Delta table storage.                                                     |
| [Google Analytics](/concepts/resources/nilus/batch/batch-sources/google-analytics.md)   | SaaS API | Batch API extraction from Google Analytics.                                               |
| [Google BigQuery](/concepts/resources/nilus/batch/batch-sources/google-bigquery.md)     | Database | Batch reads from BigQuery datasets and tables.                                            |
| [Google Sheets](/concepts/resources/nilus/batch/batch-sources/google-sheets.md)         | SaaS API | Batch extraction from spreadsheets.                                                       |
| [HubSpot](/concepts/resources/nilus/batch/batch-sources/hubspot.md)                     | SaaS API | Batch API extraction from HubSpot resources.                                              |
| [MongoDB (Batch)](/concepts/resources/nilus/batch/batch-sources/mongodb.md)             | Database | Batch extraction from collections or aggregation output.                                  |
| [MS SQL Server (Batch)](/concepts/resources/nilus/batch/batch-sources/ms-sql-server.md) | Database | Batch reads from SQL Server tables and views.                                             |
| [MySQL (Batch)](/concepts/resources/nilus/batch/batch-sources/mysql.md)                 | Database | Batch reads from MySQL tables and views.                                                  |
| [PostgreSQL (Batch)](/concepts/resources/nilus/batch/batch-sources/postgresql.md)       | Database | Batch reads from PostgreSQL tables and views.                                             |
| [Salesforce](/concepts/resources/nilus/batch/batch-sources/salesforce.md)               | SaaS API | Batch API extraction from Salesforce objects.                                             |
| [Snowflake](/concepts/resources/nilus/batch/batch-sources/snowflake.md)                 | Database | Batch reads from Snowflake tables, views, or queries.                                     |
| [Stripe](/concepts/resources/nilus/batch/batch-sources/stripe.md)                       | SaaS API | Batch API extraction from Stripe resources.                                               |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://v2.dataos.info/concepts/resources/nilus/batch/batch-sources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
