Skip to content

Commit 5d91ddb

Browse files
authored
Merge pull request #98346 from Samantha-Yu/adfupdate1209
Updated doc for related template
2 parents 4438bbc + 10d0e00 commit 5d91ddb

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

articles/data-factory/load-sap-bw-data.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,15 @@ On the data factory **Let's get started** page, select **Create pipeline from te
151151

152152
- **SAPOpenHubDestinationName**: Specify the Open Hub table name to copy data from.
153153

154-
- **ADLSGen2SinkPath**: Specify the destination Azure Data Lake Storage Gen2 path to copy data to. If the path doesn't exist, the Data Factory copy activity creates a path during execution.
154+
- **Data_Destination_Container**: Specify the destination Azure Data Lake Storage Gen2 container to copy data to. If the container doesn't exist, the Data Factory copy activity creates one during execution.
155+
156+
- **Data_Destination_Directory**: Specify the folder path under the Azure Data Lake Storage Gen2 container to copy data to. If the path doesn't exist, the Data Factory copy activity creates a path during execution.
157+
158+
- **HighWatermarkBlobContainer**: Specify the container to store the high-watermark value.
155159

156-
- **HighWatermarkBlobPath**: Specify the path to store the high-watermark value, such as `container/path`.
160+
- **HighWatermarkBlobDirectory**: Specify the folder path under the container to store the high-watermark value.
157161

158-
- **HighWatermarkBlobName**: Specify the blob name to store the high watermark value, such as `requestIdCache.txt`. In Blob storage, go to the corresponding path of HighWatermarkBlobPath+HighWatermarkBlobName, such as *container/path/requestIdCache.txt*. Create a blob with content 0.
162+
- **HighWatermarkBlobName**: Specify the blob name to store the high watermark value, such as `requestIdCache.txt`. In Blob storage, go to the corresponding path of HighWatermarkBlobContainer+HighWatermarkBlobDirectory+HighWatermarkBlobName, such as *container/path/requestIdCache.txt*. Create a blob with content 0.
159163

160164
![Blob content](media/load-sap-bw-data/blob.png)
161165

@@ -180,11 +184,11 @@ On the data factory **Let's get started** page, select **Create pipeline from te
180184
}
181185
```
182186

183-
3. Add a **Create blob** action. For **Folder path** and **Blob name**, use the same values that you configured previously in **HighWatermarkBlobPath** and **HighWatermarkBlobName**.
187+
3. Add a **Create blob** action. For **Folder path** and **Blob name**, use the same values that you configured previously in *HighWatermarkBlobContainer+HighWatermarkBlobDirectory* and *HighWatermarkBlobName*.
184188

185189
4. Select **Save**. Then, copy the value of **HTTP POST URL** to use in the Data Factory pipeline.
186190

187-
4. After you provide the Data Factory pipeline parameters, select **Debug** > **Finish** to invoke a run to validate the configuration. Or, select **Publish All** to publish the changes, and then select **Trigger** to execute a run.
191+
4. After you provide the Data Factory pipeline parameters, select **Debug** > **Finish** to invoke a run to validate the configuration. Or, select **Publish** to publish all the changes, and then select **Add trigger** to execute a run.
188192

189193
## SAP BW Open Hub Destination configurations
190194

2.1 KB
Loading
55.1 KB
Loading
-3.31 KB
Loading

0 commit comments

Comments
 (0)