Skip to content

Commit fc9b011

Browse files
authored
Merge pull request #42366 from linda33wj/master
Refine SQL DW & ServiceNow connector doc
2 parents 3d42ab3 + 0d62f2d commit fc9b011

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/data-factory/connector-azure-sql-data-warehouse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 05/05/2018
15+
ms.date: 05/28/2018
1616
ms.author: jingwang
1717

1818
---
@@ -346,7 +346,7 @@ To copy data to Azure SQL Data Warehouse, set the sink type in the copy activity
346346
| Property | Description | Required |
347347
|:--- |:--- |:--- |
348348
| type | The type property of the copy activity sink must be set to: **SqlDWSink** | Yes |
349-
| allowPolyBase |Indicates whether to use PolyBase (when applicable) instead of BULKINSERT mechanism. <br/><br/> **Using PolyBase is the recommended way to load data into SQL Data Warehouse.** See [Use PolyBase to load data into Azure SQL Data Warehouse](#use-polybase-to-load-data-into-azure-sql-data-warehouse) section for constraints and details.<br/><br/>Allowed values are: **True** (default), and **False**. |No |
349+
| allowPolyBase |Indicates whether to use PolyBase (when applicable) instead of BULKINSERT mechanism. <br/><br/> **Using PolyBase is the recommended way to load data into SQL Data Warehouse.** See [Use PolyBase to load data into Azure SQL Data Warehouse](#use-polybase-to-load-data-into-azure-sql-data-warehouse) section for constraints and details.<br/><br/>Allowed values are: **True**, and **False** (default). |No |
350350
| polyBaseSettings |A group of properties that can be specified when the **allowPolybase** property is set to **true**. |No |
351351
| rejectValue |Specifies the number or percentage of rows that can be rejected before the query fails.<br/><br/>Learn more about the PolyBase’s reject options in the **Arguments** section of [CREATE EXTERNAL TABLE (Transact-SQL)](https://msdn.microsoft.com/library/dn935021.aspx) topic. <br/><br/>Allowed values are: 0 (default), 1, 2, … |No |
352352
| rejectType |Specifies whether the rejectValue option is specified as a literal value or a percentage.<br/><br/>Allowed values are: **Value** (default), and **Percentage**. |No |

articles/data-factory/connector-servicenow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 02/22/2018
15+
ms.date: 05/28/2018
1616
ms.author: jingwang
1717

1818
---
@@ -44,8 +44,8 @@ The following properties are supported for ServiceNow linked service:
4444
| type | The type property must be set to: **ServiceNow** | Yes |
4545
| endpoint | The endpoint of the ServiceNow server (`http://<instance>.service-now.com`). | Yes |
4646
| authenticationType | The authentication type to use. <br/>Allowed values are: **Basic**, **OAuth2** | Yes |
47-
| username | The user name used to connect to the ServiceNow server for Basic and OAuth2 authentication. | No |
48-
| password | The password corresponding to the user name for Basic and OAuth2 authentication. Mark this field as a SecureString to store it securely in Data Factory, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | No |
47+
| username | The user name used to connect to the ServiceNow server for Basic and OAuth2 authentication. | Yes |
48+
| password | The password corresponding to the user name for Basic and OAuth2 authentication. Mark this field as a SecureString to store it securely in Data Factory, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | Yes |
4949
| clientId | The client ID for OAuth2 authentication. | No |
5050
| clientSecret | The client secret for OAuth2 authentication. Mark this field as a SecureString to store it securely in Data Factory, or [reference a secret stored in Azure Key Vault](store-credentials-in-key-vault.md). | No |
5151
| useEncryptedEndpoints | Specifies whether the data source endpoints are encrypted using HTTPS. The default value is true. | No |

0 commit comments

Comments
 (0)