Skip to content

Commit 3c053f9

Browse files
authored
Fix typo
1 parent d838732 commit 3c053f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-data-lake.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ The specification field of a DataLakeConnectorTopicMap resource contains the fol
402402
- `name`: The name of the column in the Delta table.
403403
- `format`: The data type of the column in the Delta table. It can be one of `boolean`, `int8`, `int16`, `int32`, `int64`, `uInt8`, `uInt16`, `uInt32`, `uInt64`, `float16`, `float32`, `float64`, `date32`, `timestamp`, `binary`, or `utf8`. Unsigned types, like `uInt8`, aren't fully supported, and are treated as signed types if specified here.
404404
- `optional`: A boolean value that indicates whether the column is optional or required. This field is optional and defaults to false.
405-
- `mapping`: JSON path expression that defines how to extract the value of the column from the MQTT message payload. Built-in mappings `$client_id`, `$topic`, `$properties`, and `$received_time` are available to use as columns to enrich the JSON in MQTT message body. This field is required.
406-
Use $properties for MQTT user properties. For example, $properties.assetId represents the value of the assetId property from the MQTT message.
405+
- `mapping`: JSON path expression that defines how to extract the value of the column from the MQTT message payload. Built-in mappings `$client_id`, `$topic`, `$property`, and `$received_time` are available to use as columns to enrich the JSON in MQTT message body. This field is required.
406+
Use $property for MQTT user properties. For example, $property.assetId represents the value of the assetId property from the MQTT message.
407407

408408
Here's an example of a *DataLakeConnectorTopicMap* resource:
409409

0 commit comments

Comments
 (0)