You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the dataflow resource is created, it includes a schemaRef value that points to the generated schema stored in the schema registry. It can be referenced in transformations which creates a new schema in Delta format.
376
-
377
-
Currently, Azure IoT Operations experience only supports Parquet output for output schemas.
378
-
379
-
Note: The Delta schema format is used for both Parquet and Delta output.
serializationFormat: 'Parquet' // can also be 'Delta'
388
-
}
389
-
}
390
-
```
391
-
392
-
For more information about schema registry, see [Understand message schemas](concept-schema-registry.md).
393
-
394
375
# [Kubernetes](#tab/kubernetes)
395
376
396
377
```yaml
@@ -537,25 +518,25 @@ Specify the **Output** schema when you add the destination dataflow endpoint.
537
518
538
519
# [Bicep](#tab/bicep)
539
520
521
+
When the dataflow resource is created, it includes a schemaRef value that points to the generated schema stored in the schema registry. It can be referenced in transformations which creates a new schema in Delta format.
522
+
523
+
Currently, Azure IoT Operations experience only supports Parquet output for output schemas.
524
+
525
+
Note: The Delta schema format is used for both Parquet and Delta output.
0 commit comments