diff --git a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/PostgreSQL.md b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/PostgreSQL.md index a3d56e93f0e..a2f4eede6be 100644 --- a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/PostgreSQL.md +++ b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/PostgreSQL.md @@ -414,8 +414,8 @@ See [connectors](/concepts/connectors.md#using-connectors) to learn more about u | `/advanced/watermarksTable` | Watermarks Table | The name of the table used for watermark writes during backfills. Must be fully-qualified in '<schema>.<table>' form. | string | `"public.flow_watermarks"` | | `/advanced/sslmode` | SSL Mode | Overrides SSL connection behavior by setting the 'sslmode' parameter. | string | | | `/advanced/discover_schemas` | Discovery Schema Selection | If this is specified, only tables in the selected schema(s) will be automatically discovered. | string array | | -| `advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | -| `/advanced_read_only_capture` | Read-Only Capture | When set, the capture will operate in [read-only mode](#read-only-captures) and avoid operations such as watermark writes. | boolean | `false` | +| `/advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | +| `/advanced/read_only_capture` | Read-Only Capture | When set, the capture will operate in [read-only mode](#read-only-captures) and avoid operations such as watermark writes. | boolean | `false` | | `/advanced/capture_as_partitions` | Capture Partitioned Tables As Partitions | When set, the capture will discover and capture partitioned tables as individual partitions rather than as a single root table. This requires the publication to be created without `publish_via_partition_root`. | boolean | `false` | | `/advanced/discover_unpublished_tables` | Discover Unpublished Tables | If `true`, the capture discovers all tables, even ones not currently in the publication. | boolean | | | `/advanced/source_tag` | Source Tag | This value is added as the property 'tag' in the source metadata of each document. | string | | diff --git a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/Supabase.md b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/Supabase.md index afe2ef000dc..cc45ad4e8cd 100644 --- a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/Supabase.md +++ b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/Supabase.md @@ -155,8 +155,8 @@ See [connectors](/concepts/connectors.md#using-connectors) to learn more about u | `/advanced/watermarksTable` | Watermarks Table | The name of the table used for watermark writes during backfills. Must be fully-qualified in '<schema>.<table>' form. | string | `"public.flow_watermarks"` | | `/advanced/sslmode` | SSL Mode | Overrides SSL connection behavior by setting the 'sslmode' parameter. | string | | | `/advanced/discover_schemas` | Discovery Schema Selection | If this is specified, only tables in the selected schema(s) will be automatically discovered. | string array | | -| `advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | -| `/advanced_read_only_capture` | Read-Only Capture | When set, the capture will operate in read-only mode and avoid operations such as watermark writes. | boolean | `false` | +| `/advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | +| `/advanced/read_only_capture` | Read-Only Capture | When set, the capture will operate in read-only mode and avoid operations such as watermark writes. | boolean | `false` | | `/advanced/capture_as_partitions` | Capture Partitioned Tables As Partitions | When set, the capture will discover and capture partitioned tables as individual partitions rather than as a single root table. This requires the publication to be created without `publish_via_partition_root`. | boolean | `false` | | `/advanced/discover_unpublished_tables` | Discover Unpublished Tables | If `true`, the capture discovers all tables, even ones not currently in the publication. | boolean | | | `/advanced/source_tag` | Source Tag | This value is added as the property 'tag' in the source metadata of each document. | string | | diff --git a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/amazon-rds-postgres.md b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/amazon-rds-postgres.md index ba621862928..98eb3c90e0c 100644 --- a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/amazon-rds-postgres.md +++ b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/amazon-rds-postgres.md @@ -242,8 +242,8 @@ See [connectors](/concepts/connectors.md#using-connectors) to learn more about u | `/advanced/watermarksTable` | Watermarks Table | The name of the table used for watermark writes during backfills. Must be fully-qualified in '<schema>.<table>' form. | string | `"public.flow_watermarks"` | | `/advanced/sslmode` | SSL Mode | Overrides SSL connection behavior by setting the 'sslmode' parameter. | string | | | `/advanced/discover_schemas` | Discovery Schema Selection | If this is specified, only tables in the selected schema(s) will be automatically discovered. | string array | | -| `advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | -| `/advanced_read_only_capture` | Read-Only Capture | When set, the capture will operate in [read-only mode](#read-only-captures) and avoid operations such as watermark writes. | boolean | `false` | +| `/advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | +| `/advanced/read_only_capture` | Read-Only Capture | When set, the capture will operate in [read-only mode](#read-only-captures) and avoid operations such as watermark writes. | boolean | `false` | | `/advanced/capture_as_partitions` | Capture Partitioned Tables As Partitions | When set, the capture will discover and capture partitioned tables as individual partitions rather than as a single root table. This requires the publication to be created without `publish_via_partition_root`. | boolean | `false` | | `/advanced/discover_unpublished_tables` | Discover Unpublished Tables | If `true`, the capture discovers all tables, even ones not currently in the publication. | boolean | | | `/advanced/source_tag` | Source Tag | This value is added as the property 'tag' in the source metadata of each document. | string | | diff --git a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/google-cloud-sql-postgres.md b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/google-cloud-sql-postgres.md index 6ac3fc0fbef..4c2752afd3d 100644 --- a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/google-cloud-sql-postgres.md +++ b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/google-cloud-sql-postgres.md @@ -176,8 +176,8 @@ See [connectors](../../../../concepts/connectors.md#using-connectors) to learn m | `/advanced/watermarksTable` | Watermarks Table | The name of the table used for watermark writes during backfills. Must be fully-qualified in '<schema>.<table>' form. | string | `"public.flow_watermarks"` | | `/advanced/sslmode` | SSL Mode | Overrides SSL connection behavior by setting the 'sslmode' parameter. | string | | | `/advanced/discover_schemas` | Discovery Schema Selection | If this is specified, only tables in the selected schema(s) will be automatically discovered. | string array | | -| `advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | -| `/advanced_read_only_capture` | Read-Only Capture | When set, the capture will operate in [read-only mode](#read-only-captures) and avoid operations such as watermark writes. | boolean | `false` | +| `/advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | +| `/advanced/read_only_capture` | Read-Only Capture | When set, the capture will operate in [read-only mode](#read-only-captures) and avoid operations such as watermark writes. | boolean | `false` | | `/advanced/capture_as_partitions` | Capture Partitioned Tables As Partitions | When set, the capture will discover and capture partitioned tables as individual partitions rather than as a single root table. This requires the publication to be created without `publish_via_partition_root`. | boolean | `false` | | `/advanced/discover_unpublished_tables` | Discover Unpublished Tables | If `true`, the capture discovers all tables, even ones not currently in the publication. | boolean | | | `/advanced/source_tag` | Source Tag | This value is added as the property 'tag' in the source metadata of each document. | string | | diff --git a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/neon-postgres.md b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/neon-postgres.md index 8c0263f19c3..ddc3a7a0f3d 100644 --- a/site/docs/reference/Connectors/capture-connectors/PostgreSQL/neon-postgres.md +++ b/site/docs/reference/Connectors/capture-connectors/PostgreSQL/neon-postgres.md @@ -193,8 +193,8 @@ See [connectors](../../../../concepts/connectors.md#using-connectors) to learn m | `/advanced/watermarksTable` | Watermarks Table | The name of the table used for watermark writes during backfills. Must be fully-qualified in '<schema>.<table>' form. | string | `"public.flow_watermarks"` | | `/advanced/sslmode` | SSL Mode | Overrides SSL connection behavior by setting the 'sslmode' parameter. | string | | | `/advanced/discover_schemas` | Discovery Schema Selection | If this is specified, only tables in the selected schema(s) will be automatically discovered. | string array | | -| `advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | -| `/advanced_read_only_capture` | Read-Only Capture | When set, the capture will operate in read-only mode and avoid operations such as watermark writes. | boolean | `false` | +| `/advanced/min_backfill_xid` | Minimum Backfill XID | Only backfill rows with XMIN values greater (in a 32-bit modular comparison) than the specified XID. Helpful for reducing re-backfill data volume in certain edge cases. | string | | +| `/advanced/read_only_capture` | Read-Only Capture | When set, the capture will operate in read-only mode and avoid operations such as watermark writes. | boolean | `false` | | `/advanced/capture_as_partitions` | Capture Partitioned Tables As Partitions | When set, the capture will discover and capture partitioned tables as individual partitions rather than as a single root table. This requires the publication to be created without `publish_via_partition_root`. | boolean | `false` | | `/advanced/discover_unpublished_tables` | Discover Unpublished Tables | If `true`, the capture discovers all tables, even ones not currently in the publication. | boolean | | | `/advanced/source_tag` | Source Tag | This value is added as the property 'tag' in the source metadata of each document. | string | | diff --git a/site/docs/reference/Connectors/capture-connectors/shopify-native.md b/site/docs/reference/Connectors/capture-connectors/shopify-native.md index f6f54834671..74b85a41483 100644 --- a/site/docs/reference/Connectors/capture-connectors/shopify-native.md +++ b/site/docs/reference/Connectors/capture-connectors/shopify-native.md @@ -69,6 +69,7 @@ When authenticating with an access token or client credentials, ensure the follo * `read_marketplace_fulfillment_orders` * `read_merchant_managed_fulfillment_orders` * `read_orders` + * If you want to read orders older than 60 days, extend the `read_orders` scope with `read_all_orders` * `read_payment_terms` * `read_products` * `read_publications` @@ -95,7 +96,7 @@ you'll sign in directly and won't need the access token. | **`/stores`** | Shopify Stores | One or more Shopify stores to capture. Each store requires its own credentials. | array | Required | | **`/stores/[]/store`** | Store Name | Store name (the prefix of your admin URL, e.g., `mystore` for `mystore.myshopify.com`) | string | Required | | **`/stores/[]/credentials`** | Authentication | Store credentials. See [Authentication Methods](#authentication-methods). | object | Required | -| `/start_date` | Start Date | UTC date and time in the format YYYY-MM-DDTHH:MM:SSZ. Any data before this date will not be replicated. | string | 30 days before the present date | +| `/start_date` | Start Date | UTC date and time in the format YYYY-MM-DDTHH:MM:SSZ. Any data before this date will not be replicated. Note that the `read_all_orders` scope is required when reading orders older than 60 days. | string | 30 days before the present date | | `/advanced/window_size` | Window Size | Window size for incremental streams in ISO 8601 format (e.g., P30D means 30 days, PT6H means 6 hours). | string | P30D | | `/advanced/should_use_composite_key` | Use Composite Key | Include store identifier (`/_meta/store`) in collection keys. Enabled by default for new captures. Set to `true` and backfill all bindings before adding stores to a legacy capture. | boolean | `true` (new) / `false` (legacy) | diff --git a/site/docs/reference/Connectors/materialization-connectors/Snowflake.md b/site/docs/reference/Connectors/materialization-connectors/Snowflake.md index 1ec10f2dbb3..b72bf3ff18d 100644 --- a/site/docs/reference/Connectors/materialization-connectors/Snowflake.md +++ b/site/docs/reference/Connectors/materialization-connectors/Snowflake.md @@ -138,12 +138,13 @@ Use the below properties to configure a Snowflake materialization, which will di | **`/schema`** | Schema | Database schema for bound collection tables (unless overridden within the binding resource configuration) as well as associated materialization metadata tables | string | Required | | `/warehouse` | Warehouse | Name of the data warehouse that contains the database | string | | | `/role` | Role | Role assigned to the user | string | | -| `/account` | Account | The Snowflake account identifier | string | | +| **`/timestamp_type`** | Snowflake Timestamp Type | Controls how timestamp columns are stored in Snowflake. See [Timestamp Data Type Mapping](#timestamp-data-type-mapping) for usage. | string | Required | +| `/hardDelete` | Hard Delete | If this option is enabled, items deleted in the source will also be deleted from the destination. Otherwise, `_meta/op` in the destination will signify whether rows have been deleted (soft-delete). | boolean | `false` | | **`/credentials`** | Credentials | Credentials for authentication | object | Required | | **`/credentials/auth_type`** | Authentication type | `jwt` is the only supported authentication method currently | string | Required | | **`/credentials/user`** | User | Snowflake username | string | Required | | `/credentials/password` | Password | Deprecated | string | Deprecated | -| `/credentials/privateKey` | Private Key | Required if using jwt authentication | string | Required | +| `/credentials/private_key` | Private Key | Required if using jwt authentication | string | Required | | `/advanced/disableFieldTruncation` | Disable Field Truncation | Disables truncation of large materialized fields | boolean | | #### Bindings @@ -168,10 +169,11 @@ materializations: host: orgname-accountname.snowflakecomputing.com schema: acmeCo_flow_schema warehouse: acmeCo_warehouse + timestamp_type: TIMESTAMP_LTZ credentials: auth_type: jwt user: snowflake_user - privateKey: | + private_key: | -----BEGIN PRIVATE KEY----- MIIEv.... ... @@ -201,6 +203,7 @@ materializations: host: orgname-accountname.snowflakecomputing.com schema: acmeCo_flow_schema warehouse: acmeCo_warehouse + timestamp_type: TIMESTAMP_LTZ credentials: auth_type: user_pasword user: snowflake_user