Skip to content

Commit fe8a357

Browse files
authored
Develop Data Transforms: Ensure learning objective attributes inside single source tag (#1606)
1 parent a03c3af commit fe8a357

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/develop/pages/data-transforms/build.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
:page-categories: Development, Stream Processing, Data Transforms
44
:page-topic-type: how-to
55
:personas: streaming_developer, application_developer
6+
// tag::single-source[]
67
:learning-objective-1: Initialize a data transforms project using the rpk CLI
78
:learning-objective-2: Build transform functions that process records and write to output topics
89
:learning-objective-3: Implement multi-topic routing patterns with Schema Registry integration
9-
// tag::single-source[]
1010

1111
{description}
1212

@@ -513,7 +513,7 @@ output_topics:
513513

514514
The transform extracts each update and routes it to the appropriate topic based on the `table` field. Schemas are registered dynamically in the `main()` function using the Schema Registry client, which returns the schema IDs needed for encoding messages in the wire format.
515515

516-
NOTE: In this example, it is assumed that you have created the output topics and have the schema definitions ready. The transform registers the schemas dynamically on startup using the `{topic-name}-value` naming convention for schema subjects (for example, `orders-value`, `inventory-value`).
516+
NOTE: In this example, it is assumed that you have created the output topics and have the schema definitions ready. The transform registers the schemas dynamically on startup using the `\{topic-name}-value` naming convention for schema subjects (for example, `orders-value`, `inventory-value`).
517517

518518
[tabs]
519519
======

0 commit comments

Comments
 (0)