Skip to content

Commit 8d99bfc

Browse files
committed
Fix doc issues
1 parent cd928a0 commit 8d99bfc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: data-factory
1010
ms.workload: data-services
1111
ms.topic: conceptual
1212
ms.custom: seo-lt-2019
13-
ms.date: 03/25/2020
13+
ms.date: 05/26/2020
1414
---
1515

1616
# Copy and transform data in Azure Synapse Analytics (formerly Azure SQL Data Warehouse) by using Azure Data Factory
@@ -619,9 +619,9 @@ Using COPY statement supports the following configuration:
619619
5. `skipLineCount` is left as default or set to 0.
620620
6. `compression` can be **no compression** or **GZip**.
621621

622-
3. If your source is a folder, `recursive` in copy activity must be set to true.
622+
3. If your source is a folder, `recursive` in copy activity must be set to true, and `wildcardFilename` need to be `*`. COPY statement retrieves all files from the folder and all its subfolders, and it ignores hidden folders and the files that begin with an underline (_) or a period (.) unless explicitly specified in the path.
623623

624-
4. `wildcardFolderPath` , `wildcardFilename`, `modifiedDateTimeStart`, `modifiedDateTimeEnd` and `additionalColumns` are not specified.
624+
4. `wildcardFolderPath` , `wildcardFilename` (other than `*`), `modifiedDateTimeStart`, `modifiedDateTimeEnd` and `additionalColumns` are not specified.
625625

626626
The following COPY statement settings are supported under `allowCopyCommand` in copy activity:
627627

articles/data-factory/connector-db2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
1212

1313

1414
ms.topic: conceptual
15-
ms.date: 05/07/2020
15+
ms.date: 05/26/2020
1616

1717
ms.author: jingwang
1818

@@ -35,7 +35,7 @@ This DB2 database connector is supported for the following activities:
3535

3636
You can copy data from DB2 database to any supported sink data store. For a list of data stores that are supported as sources/sinks by the copy activity, see the [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats) table.
3737

38-
Specifically, this DB2 connector supports the following IBM DB2 platforms and versions with Distributed Relational Database Architecture (DRDA) SQL Access Manager (SQLAM) version 9, 10 and 11:
38+
Specifically, this DB2 connector supports the following IBM DB2 platforms and versions with Distributed Relational Database Architecture (DRDA) SQL Access Manager (SQLAM) version 9, 10 and 11. It utilizes the DDM/DRDA protocol.
3939

4040
* IBM DB2 for z/OS 12.1
4141
* IBM DB2 for z/OS 11.1
@@ -76,12 +76,12 @@ Typical properties inside the connection string:
7676

7777
| Property | Description | Required |
7878
|:--- |:--- |:--- |
79-
| server |Name of the DB2 server. You can specify the port number following the server name delimited by colon e.g. `server:port`. |Yes |
79+
| server |Name of the DB2 server. You can specify the port number following the server name delimited by colon e.g. `server:port`.<br>The DB2 connector utilizes the DDM/DRDA protocol, and by default uses port 50000 if not specified. The port your specific DB2 database uses might be different based on the version and your settings, e.g. for DB2 LUW the default port is 50000, for AS400 the default port is 446 or 448 when TLS enabled. Refer to the following DB2 documents on how the port is configured typically: [DB2 z/OS](https://www.ibm.com/support/knowledgecenter/SSEPGG_11.5.0/com.ibm.db2.luw.qb.dbconn.doc/doc/t0008229.html), [DB2 iSeries](https://www.ibm.com/support/knowledgecenter/ssw_ibm_i_74/ddp/rbal1ports.htm), and [DB2 LUW](https://www.ibm.com/support/knowledgecenter/en/SSEKCU_1.1.3.0/com.ibm.psc.doc/install/psc_t_install_typical_db2_port.html). |Yes |
8080
| database |Name of the DB2 database. |Yes |
8181
| authenticationType |Type of authentication used to connect to the DB2 database.<br/>Allowed value is: **Basic**. |Yes |
8282
| username |Specify user name to connect to the DB2 database. |Yes |
8383
| password |Specify password for the user account you specified for the username. 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 |
84-
| packageCollection | Specify under where the needed packages are auto created by ADF when querying the database. | No |
84+
| packageCollection | Specify under where the needed packages are auto created by ADF when querying the database. If this is not set, Data Factory uses the {username} as the default value. | No |
8585
| certificateCommonName | When you use Secure Sockets Layer (SSL) or Transport Layer Security (TLS) encryption, you must enter a value for Certificate common name. | No |
8686

8787
> [!TIP]

articles/data-factory/connector-sharepoint-online-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The SharePoint List Online connector uses service principal authentication to co
4848
> [!NOTE]
4949
> This operation requires SharePoint Online site owner permission. You can find the owner by going to the site home page -> click the "X members" in the right corner -> check who has the "Owner" role.
5050
51-
1. Open SharePoint Online site link e.g. `https://[your_site_url]/_layouts/15/appinv.aspx` (replace tenant and site name).
51+
1. Open SharePoint Online site link e.g. `https://[your_site_url]/_layouts/15/appinv.aspx` (replace the site URL).
5252
2. Search the application ID you registered, fill the empty fields, and click "Create".
5353

5454
- App Domain: `localhost.com`

0 commit comments

Comments
 (0)