Skip to content

Commit bd70704

Browse files
Merge pull request #264310 from dominicbetts/aio-fix-pipeline-syntax
AIO: Fix path syntax
2 parents 9e76618 + 1c29d12 commit bd70704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-destination-fabric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The _Fabric Lakehouse_ destination stage JSON configuration defines the details
7676
| WorkspaceId | String | The lakehouse workspace ID. | Yes | - | |
7777
| LakehouseId | String | The lakehouse Lakehouse ID. | Yes | - | |
7878
| Table | String | The name of the table to write to. | Yes | - | |
79-
| File path<sup>1</sup> | [Template](../process-data/concept-configuration-patterns.md#templates) | The file path for where to write the parquet file to. | No | `{instanceId}/{pipelineId}/{partitionId}/{YYYY}/{MM}/{DD}/{HH}/{mm}/{fileNumber}` | |
79+
| File path<sup>1</sup> | [Template](../process-data/concept-configuration-patterns.md#templates) | The file path for where to write the parquet file to. | No | `{{{instanceId}}}/{{{pipelineId}}}/{{{partitionId}}}/{{{YYYY}}}/{{{MM}}}/{{{DD}}}/{{{HH}}}/{{{mm}}}/{{{fileNumber}}}` | |
8080
| Batch<sup>2</sup> | [Batch](../process-data/concept-configuration-patterns.md#batch) | How to [batch](../process-data/concept-configuration-patterns.md#batch) data. | No | `60s` | `10s` |
8181
| Authentication<sup>3</sup> | The authentication details to connect to Microsoft Fabric. | Service principal | Yes | - |
8282
| Columns&nbsp;>&nbsp;Name | string | The name of the column. | Yes | | `temperature` |

0 commit comments

Comments
 (0)