From cf26455d2fcf88943bafcae88d9ce7af4f5d8760 Mon Sep 17 00:00:00 2001 From: nicolaslazo <45973144+nicolaslazo@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:53:36 -0300 Subject: [PATCH] docs: update window_size description for source-salesforce-native --- .../capture-connectors/Salesforce/salesforce-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/reference/Connectors/capture-connectors/Salesforce/salesforce-native.md b/site/docs/reference/Connectors/capture-connectors/Salesforce/salesforce-native.md index f78bf43559d..e58e3f6ff03 100644 --- a/site/docs/reference/Connectors/capture-connectors/Salesforce/salesforce-native.md +++ b/site/docs/reference/Connectors/capture-connectors/Salesforce/salesforce-native.md @@ -154,7 +154,7 @@ See [connectors](../../../../concepts/connectors.md#using-connectors) to learn m | `/my_domain` | My Domain | Your Salesforce My Domain login host. Enter the full host ending in .my.salesforce.com to login with your My Domain host. e.g. mycompany.my.salesforce.com, acme--uat.sandbox.my.salesforce.com. Leave blank to log in via the standard login/test endpoint. Required when authenticating with Client Credentials. | string | `""` | | `/is_sandbox` | Sandbox | Whether you're using a [Salesforce Sandbox](https://help.salesforce.com/s/articleView?id=sf.deploy_sandboxes_parent.htm&type=5). | boolean | `false` | | **`/credentials`** | Authentication | Credentials for the chosen [authentication method](#authentication). See the per-method credential properties below. | object | Required | -| `/advanced/window_size` | Window size | The date window size in days to use when querying the Salesforce APIs. | integer | 18250 | +| `/advanced/window_size` | Window size | The date window size to use when querying the Salesforce APIs. A bare integer is interpreted as a number of days; otherwise an [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) (e.g. `PT1H`) is accepted. | integer or string | 18250 | ##### Credentials