Skip to content

Commit b7a5230

Browse files
authored
Merge pull request #109379 from KranthiPakala-MSFT/patch-40
(AzureCXP) fixes MicrosoftDocs/azure-docs#50920
2 parents 841c038 + 13a3535 commit b7a5230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/connector-sap-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ To copy data from an SAP table, the following properties are supported:
217217
| `partitionOption` | The partition mechanism to read from an SAP table. The supported options include: <ul><li>`None`</li><li>`PartitionOnInt` (normal integer or integer values with zero padding on the left, such as `0000012345`)</li><li>`PartitionOnCalendarYear` (4 digits in the format "YYYY")</li><li>`PartitionOnCalendarMonth` (6 digits in the format "YYYYMM")</li><li>`PartitionOnCalendarDate` (8 digits in the format "YYYYMMDD")</li></ul> | No |
218218
| `partitionColumnName` | The name of the column used to partition the data. | No |
219219
| `partitionUpperBound` | The maximum value of the column specified in `partitionColumnName` that will be used to continue with partitioning. | No |
220-
| `partitionLowerBound` | The minimum value of the column specified in `partitionColumnName` that will be used to continue with partitioning. | No |
220+
| `partitionLowerBound` | The minimum value of the column specified in `partitionColumnName` that will be used to continue with partitioning. (Note: `partitionLowerBound` cannot be "0" when partition option is `PartitionOnInt`) | No |
221221
| `maxPartitionsNumber` | The maximum number of partitions to split the data into. | No |
222222

223223
>[!TIP]

0 commit comments

Comments
 (0)