Skip to content

Commit ca0f3f9

Browse files
committed
Add feedback
1 parent 5be20bd commit ca0f3f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/iot-operations/connect-to-cloud/howto-create-dataflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ sourceSettings:
432432

433433
### Specify source schema
434434

435-
When using MQTT or Kafka as the source, you can specify a schema to display the list of data points in the operations experience portal. Note that using a schema to deserialize and validate incoming messages [isn't currently supported](../troubleshoot/known-issues.md#dataflows).
435+
When using MQTT or Kafka as the source, you can specify a [schema](concept-schema-registry.md) to display the list of data points in the operations experience portal. Note that using a schema to deserialize and validate incoming messages [isn't currently supported](../troubleshoot/known-issues.md#dataflows).
436436

437437
If the source is an asset, the schema is automatically inferred from the asset definition.
438438

@@ -475,6 +475,8 @@ The transformation operation is where you can transform the data from the source
475475
1. **Filter**: Filter the data based on a condition.
476476
1. **Map**, **Compute**, **Rename**, or add a **New property**: Move data from one field to another with an optional conversion.
477477

478+
This section is an introduction to dataflow transforms. For more detailed information, see [Map data by using dataflows](concept-dataflow-mapping.md), [Convert data by using dataflow conversions](concept-dataflow-conversions.md), and [Enrich data by using dataflows](concept-dataflow-enrich.md).
479+
478480
# [Portal](#tab/portal)
479481

480482
In the operations experience, select **Dataflow** > **Add transform (optional)**.

0 commit comments

Comments
 (0)