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
The `BuiltInTransformation` in this Bicep file transforms the data flowing through the dataflow pipeline. It applies a pass-through operation, mapping all input fields `(inputs: array('*'))` directly to the output `(output: '*')`, without altering the data.
252
+
253
+
It also references the defined OPC-UA schema to ensure the data is structured according to the OPC UA protocol. The transformation then serializes the data in Delta format (or Parquet if specified).
254
+
255
+
This step ensures that the data adheres to the required schema and format before being sent to the destination.
256
+
250
257
---
251
258
252
259
For more information about dataflow destination settings, see [Create a dataflow](howto-create-dataflow.md).
0 commit comments