Skip to content

Commit a5cad28

Browse files
authored
DOC-987 Add crosslinking between snowflake_streaming assets (#163)
1 parent a878144 commit a5cad28

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

modules/components/pages/outputs/snowflake_streaming.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,14 @@ The following examples show you how to ingest, process, and write data to Snowfl
548548
* A Redpanda cluster
549549
* A REST API that posts JSON payloads to a HTTP server
550550

551+
ifndef::env-cloud[]
552+
See also: xref:cookbooks:snowflake_ingestion.adoc[Ingest data into Snowflake cookbook]
553+
endif::[]
554+
555+
ifdef::env-cloud[]
556+
See also: xref:develop:connect/cookbooks/snowflake_ingestion.adoc[Ingest data into Snowflake cookbook]
557+
endif::[]
558+
551559
[tabs]
552560
======
553561
Write data exactly once to a Snowflake table using CDC::

modules/cookbooks/pages/snowflake_ingestion.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ifndef::env-cloud[]
77

88
Configure a Redpanda Connect pipeline to generate and write data into a local Redpanda topic, and then ingest that data into https://www.snowflake.com/en/[Snowflake^] using https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-overview[Snowpipe Streaming^].
99

10+
See also: xref:redpanda-cloud:develop:connect/cookbooks/snowflake_ingestion.adoc[Ingest data into Snowflake] using Redpanda Cloud
11+
1012
== Prerequisites
1113

1214
- https://docs.redpanda.com/current/get-started/rpk-install/[`rpk` installed]
@@ -268,4 +270,9 @@ The data produced into the `demo_topic` is consumed and streamed into Snowflake
268270
SELECT * FROM STREAMING_DB.STREAMING_SCHEMA.STREAMING_DATA LIMIT 50;
269271
----
270272

273+
See also:
274+
275+
- The xref:components:inputs/kafka_franz.adoc[`kafka_franz` input]
276+
- The xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming`] output
277+
271278
// end::single-source[]

0 commit comments

Comments
 (0)