This is an automated email from the ASF dual-hosted git repository. zhouyao2023 pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push: new c1b8284423 [Doc] fix deadlinks (#9053) c1b8284423 is described below commit c1b828442329a86a2d91f6833defd3151f846593 Author: kartik chandra kudada <kartikchandr...@infosys.com> AuthorDate: Wed Mar 26 15:18:41 2025 +0530 [Doc] fix deadlinks (#9053) Co-authored-by: kartik chandra kudada <kkud...@apple.com> --- docs/en/connector-v2/source/Iceberg.md | 36 +++++++++++++++++----------------- docs/en/connector-v2/source/Notion.md | 5 +++-- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/docs/en/connector-v2/source/Iceberg.md b/docs/en/connector-v2/source/Iceberg.md index f0d088be55..7b1ae2a347 100644 --- a/docs/en/connector-v2/source/Iceberg.md +++ b/docs/en/connector-v2/source/Iceberg.md @@ -73,25 +73,25 @@ libfb303-xxx.jar ## Source Options -| Name | Type | Required | Default | Description [...] -|--------------------------|---------|----------|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ [...] -| catalog_name | string | yes | - | User-specified catalog name. [...] -| namespace | string | yes | - | The iceberg database name in the backend catalog. [...] -| table | string | no | - | The iceberg table name in the backend catalog. [...] -| table_list | string | no | - | The iceberg table list in the backend catalog. [...] -| iceberg.catalog.config | map | yes | - | Specify the properties for initializing the Iceberg catalog, which can be referenced in this file:"https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java" [...] -| hadoop.config | map | no | - | Properties passed through to the Hadoop configuration [...] -| iceberg.hadoop-conf-path | string | no | - | The specified loading paths for the 'core-site.xml', 'hdfs-site.xml', 'hive-site.xml' files. [...] -| schema | config | no | - | Use projection to select data columns and columns order. [...] -| case_sensitive | boolean | no | false | If data columns where selected via schema [config], controls whether the match to the schema will be done with case sensitivity. [...] -| start_snapshot_timestamp | long | no | - | Instructs this scan to look for changes starting from the most recent snapshot for the table as of the timestamp. <br/>timestamp – the timestamp in millis since the Unix epoch [...] -| start_snapshot_id | long | no | - | Instructs this scan to look for changes starting from a particular snapshot (exclusive). [...] -| end_snapshot_id | long | no | - | Instructs this scan to look for changes up to a particular snapshot (inclusive). [...] -| use_snapshot_id | long | no | - | Instructs this scan to look for use the given snapshot ID. [...] -| use_snapshot_timestamp | long | no | - | Instructs this scan to look for use the most recent snapshot as of the given time in milliseconds. timestamp – the timestamp in millis since the Unix epoch [...] +| Name | Type | Required | Default | Description [...] +|--------------------------|---------|----------|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ [...] +| catalog_name | string | yes | - | User-specified catalog name. [...] +| namespace | string | yes | - | The iceberg database name in the backend catalog. [...] +| table | string | no | - | The iceberg table name in the backend catalog. [...] +| table_list | string | no | - | The iceberg table list in the backend catalog. [...] +| iceberg.catalog.config | map | yes | - | Specify the properties for initializing the Iceberg catalog, which can be referenced in this file:https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/CatalogProperties.java [...] +| hadoop.config | map | no | - | Properties passed through to the Hadoop configuration [...] +| iceberg.hadoop-conf-path | string | no | - | The specified loading paths for the 'core-site.xml', 'hdfs-site.xml', 'hive-site.xml' files. [...] +| schema | config | no | - | Use projection to select data columns and columns order. [...] +| case_sensitive | boolean | no | false | If data columns where selected via schema [config], controls whether the match to the schema will be done with case sensitivity. [...] +| start_snapshot_timestamp | long | no | - | Instructs this scan to look for changes starting from the most recent snapshot for the table as of the timestamp. <br/>timestamp – the timestamp in millis since the Unix epoch [...] +| start_snapshot_id | long | no | - | Instructs this scan to look for changes starting from a particular snapshot (exclusive). [...] +| end_snapshot_id | long | no | - | Instructs this scan to look for changes up to a particular snapshot (inclusive). [...] +| use_snapshot_id | long | no | - | Instructs this scan to look for use the given snapshot ID. [...] +| use_snapshot_timestamp | long | no | - | Instructs this scan to look for use the most recent snapshot as of the given time in milliseconds. timestamp – the timestamp in millis since the Unix epoch [...] | stream_scan_strategy | enum | no | FROM_LATEST_SNAPSHOT | Starting strategy for stream mode execution, Default to use `FROM_LATEST_SNAPSHOT` if don’t specify any value,The optional values are:<br/>TABLE_SCAN_THEN_INCREMENTAL: Do a regular table scan then switch to the incremental mode.<br/>FROM_LATEST_SNAPSHOT: Start incremental mode from the latest snapshot inclusive.<br/>FROM_EARLIEST_SNAPSHOT: Start incremental mode from the earliest snapshot inclusive.<br/>FROM_SNAPSHO [...] -| increment.scan-interval | long | no | 2000 | The interval of increment scan(mills) [...] -| common-options | | no | - | Source plugin common parameters, please refer to [Source Common Options](../source-common-options.md) for details. [...] +| increment.scan-interval | long | no | 2000 | The interval of increment scan(mills) [...] +| common-options | | no | - | Source plugin common parameters, please refer to [Source Common Options](../source-common-options.md) for details. [...] ## Task Example diff --git a/docs/en/connector-v2/source/Notion.md b/docs/en/connector-v2/source/Notion.md index 6ab366003c..08217cc9b1 100644 --- a/docs/en/connector-v2/source/Notion.md +++ b/docs/en/connector-v2/source/Notion.md @@ -273,8 +273,8 @@ source { } ``` -- Test data can be found at this link [mockserver-config.json](../../../../seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/src/test/resources/mockserver-config.json) -- See this link for task configuration [http_jsonpath_to_assert.conf](../../../../seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/src/test/resources/http_jsonpath_to_assert.conf). +- Test data can be found at this link [mockserver-config.json](https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/src/test/resources/mockserver-config.json) +- See this link for task configuration [http_jsonpath_to_assert.conf](https://github.com/apache/seatunnel/blob/dev/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/src/test/resources/http_jsonpath_to_assert.conf). ### common options @@ -305,3 +305,4 @@ Notion { ## Changelog <ChangeLog /> +