From a9331ae6b81f7d1cea42265207152c3e43a08821 Mon Sep 17 00:00:00 2001 From: Kathryn Hancox <44557882+kathancox@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:41:30 -0400 Subject: [PATCH] Fix to missing/broken link on create changefeed page (#17721) --- src/current/v22.1/create-changefeed.md | 12 ++++++------ src/current/v22.2/create-changefeed.md | 6 +++--- src/current/v23.1/create-changefeed.md | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/current/v22.1/create-changefeed.md b/src/current/v22.1/create-changefeed.md index 854640beb47..7aec3853d8b 100644 --- a/src/current/v22.1/create-changefeed.md +++ b/src/current/v22.1/create-changefeed.md @@ -27,9 +27,9 @@ To create a changefeed, the user must be a member of the `admin` role or have th Parameter | Description ----------|------------ -`table_name` | The name of the table (or tables in a comma separated list) to create a changefeed for.

**Note:** Before creating a changefeed, consider the number of changefeeds versus the number of tables to include in a single changefeed. Each scenario can have an impact on total memory usage or changefeed performance. See [Create and Configure Changefeeds](create-and-configure-changefeeds.html) for more detail. -`sink` | The location of the configurable sink. The scheme of the URI indicates the type. For more information, see [Sink URI](#sink-uri) below.

**Note:** If you create a changefeed without a sink, your changefeed will run as a [core-style changefeed](changefeed-for.html) sending messages to the SQL client. For more detail, see [create-and-configure-changefeed.html#create]. -`option` / `value` | For a list of available options and their values, see [Options](#options) below. +`table_name` | The name of the table (or tables in a comma separated list) to create a changefeed for.

**Note:** Before creating a changefeed, consider the number of changefeeds versus the number of tables to include in a single changefeed. Each scenario can have an impact on total memory usage or changefeed performance. Refer to [Create and Configure Changefeeds](create-and-configure-changefeeds.html) for more detail. +`sink` | The location of the configurable sink. The scheme of the URI indicates the type. For more information, see [Sink URI](#sink-uri).

**Note:** If you create a changefeed without a sink, your changefeed will run as a [core-style changefeed](changefeed-for.html) sending messages to the SQL client. For more detail, refer to the [Create and Configure Changefeeds](create-and-configure-changefeeds.html#create) page. +`option` / `value` | For a list of available options and their values, refer to [Options](#options). ### Sink URI @@ -76,11 +76,11 @@ The Google Cloud Pub/Sub sink is currently in **beta**. The following are example file URLs for each of the cloud storage schemes: -Location | Example +Location | Example -------------+---------------------------------------------------------------------------------- -Amazon S3 | `'s3://{BUCKET NAME}/{PATH}?AWS_ACCESS_KEY_ID={KEY ID}&AWS_SECRET_ACCESS_KEY={SECRET ACCESS KEY}'` +Amazon S3 | `'s3://{BUCKET NAME}/{PATH}?AWS_ACCESS_KEY_ID={KEY ID}&AWS_SECRET_ACCESS_KEY={SECRET ACCESS KEY}'` Azure Blob Storage | `'azure://{CONTAINER NAME}/{PATH}?AZURE_ACCOUNT_NAME={ACCOUNT NAME}&AZURE_ACCOUNT_KEY={URL-ENCODED KEY}'` -Google Cloud | `'gs://{BUCKET NAME}/{PATH}?AUTH=specified&CREDENTIALS={ENCODED KEY'` +Google Cloud | `'gs://{BUCKET NAME}/{PATH}?AUTH=specified&CREDENTIALS={ENCODED KEY'` HTTP | `'http://localhost:8080/{PATH}'` [Use Cloud Storage for Bulk Operations](use-cloud-storage-for-bulk-operations.html) explains the requirements for authentication and encryption for each supported cloud storage sink. See [Changefeed Sinks](changefeed-sinks.html#cloud-storage-sink) for considerations when using cloud storage. diff --git a/src/current/v22.2/create-changefeed.md b/src/current/v22.2/create-changefeed.md index 36d2d9dfa56..be94b725b51 100644 --- a/src/current/v22.2/create-changefeed.md +++ b/src/current/v22.2/create-changefeed.md @@ -37,9 +37,9 @@ To create a changefeed, the user must be a member of the `admin` role or have th Parameter | Description ----------|------------ -`table_name` | The name of the table (or tables in a comma separated list) to create a changefeed for.

**Note:** Before creating a changefeed, consider the number of changefeeds versus the number of tables to include in a single changefeed. Each scenario can have an impact on total memory usage or changefeed performance. See [Create and Configure Changefeeds](create-and-configure-changefeeds.html) for more detail. -`sink` | The location of the configurable sink. The scheme of the URI indicates the type. For more information, see [Sink URI](#sink-uri).

**Note:** If you create a changefeed without a sink, your changefeed will run as a [core-style changefeed](changefeed-for.html) sending messages to the SQL client. For more detail, see [create-and-configure-changefeed.html#create]. -`option` / `value` | For a list of available options and their values, see [Options](#options). +`table_name` | The name of the table (or tables in a comma separated list) to create a changefeed for.

**Note:** Before creating a changefeed, consider the number of changefeeds versus the number of tables to include in a single changefeed. Each scenario can have an impact on total memory usage or changefeed performance. Refer to [Create and Configure Changefeeds](create-and-configure-changefeeds.html) for more detail. +`sink` | The location of the configurable sink. The scheme of the URI indicates the type. For more information, refer to [Sink URI](#sink-uri).

**Note:** If you create a changefeed without a sink, your changefeed will run as a [core-style changefeed](changefeed-for.html) sending messages to the SQL client. For more detail, refer to the [Create and Configure Changefeeds](create-and-configure-changefeeds.html#create) page. +`option` / `value` | For a list of available options and their values, refer to [Options](#options). ### CDC transformation parameters diff --git a/src/current/v23.1/create-changefeed.md b/src/current/v23.1/create-changefeed.md index 19242d339cb..499b3917e61 100644 --- a/src/current/v23.1/create-changefeed.md +++ b/src/current/v23.1/create-changefeed.md @@ -39,9 +39,9 @@ To create a changefeed, the user must be a member of the `admin` role or have th Parameter | Description ----------|------------ -`table_name` | The name of the table (or tables in a comma separated list) to create a changefeed for.

**Note:** Before creating a changefeed, consider the number of changefeeds versus the number of tables to include in a single changefeed. Each scenario can have an impact on total memory usage or changefeed performance. See [Create and Configure Changefeeds]({% link {{ page.version.version }}/create-and-configure-changefeeds.md %}) for more detail. -`sink` | The location of the configurable sink. The scheme of the URI indicates the type. For more information, see [Sink URI](#sink-uri).

**Note:** If you create a changefeed without a sink, your changefeed will run as a [core-style changefeed]({% link {{ page.version.version }}/changefeed-for.md %}) sending messages to the SQL client. For more detail, see [create-and-configure-changefeed.html#create]. -`option` / `value` | For a list of available options and their values, see [Options](#options). +`table_name` | The name of the table (or tables in a comma separated list) to create a changefeed for.

**Note:** Before creating a changefeed, consider the number of changefeeds versus the number of tables to include in a single changefeed. Each scenario can have an impact on total memory usage or changefeed performance. Refer to [Create and Configure Changefeeds]({% link {{ page.version.version }}/create-and-configure-changefeeds.md %}) for more detail. +`sink` | The location of the configurable sink. The scheme of the URI indicates the type. For more information, refer to [Sink URI](#sink-uri).

**Note:** If you create a changefeed without a sink, your changefeed will run like a [core changefeed]({% link {{ page.version.version }}/changefeed-for.md %}) sending messages to the SQL client. For more detail, refer to the [Create and Configure Changefeeds]({% link {{ page.version.version }}/create-and-configure-changefeeds.md %}#create) page. +`option` / `value` | For a list of available options and their values, refer to [Options](#options). ### CDC query parameters