You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-azure-sql-data-warehouse.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: data-factory
10
10
ms.workload: data-services
11
11
ms.topic: conceptual
12
12
ms.custom: seo-lt-2019
13
-
ms.date: 03/25/2020
13
+
ms.date: 05/26/2020
14
14
---
15
15
16
16
# 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:
619
619
5.`skipLineCount` is left as default or set to 0.
620
620
6.`compression` can be **no compression** or **GZip**.
621
621
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.
623
623
624
-
4.`wildcardFolderPath` , `wildcardFilename`, `modifiedDateTimeStart`, `modifiedDateTimeEnd` and `additionalColumns` are not specified.
624
+
4.`wildcardFolderPath` , `wildcardFilename` (other than `*`), `modifiedDateTimeStart`, `modifiedDateTimeEnd` and `additionalColumns` are not specified.
625
625
626
626
The following COPY statement settings are supported under `allowCopyCommand` in copy activity:
Copy file name to clipboardExpand all lines: articles/data-factory/connector-db2.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
12
12
13
13
14
14
ms.topic: conceptual
15
-
ms.date: 05/07/2020
15
+
ms.date: 05/26/2020
16
16
17
17
ms.author: jingwang
18
18
@@ -35,7 +35,7 @@ This DB2 database connector is supported for the following activities:
35
35
36
36
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.
37
37
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.
39
39
40
40
* IBM DB2 for z/OS 12.1
41
41
* IBM DB2 for z/OS 11.1
@@ -76,12 +76,12 @@ Typical properties inside the connection string:
76
76
77
77
| Property | Description | Required |
78
78
|:--- |:--- |:--- |
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 |
80
80
| database |Name of the DB2 database. |Yes |
81
81
| authenticationType |Type of authentication used to connect to the DB2 database.<br/>Allowed value is: **Basic**. |Yes |
82
82
| username |Specify user name to connect to the DB2 database. |Yes |
83
83
| 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 |
85
85
| certificateCommonName | When you use Secure Sockets Layer (SSL) or Transport Layer Security (TLS) encryption, you must enter a value for Certificate common name. | No |
Copy file name to clipboardExpand all lines: articles/data-factory/connector-sharepoint-online-list.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The SharePoint List Online connector uses service principal authentication to co
48
48
> [!NOTE]
49
49
> 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.
50
50
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).
52
52
2. Search the application ID you registered, fill the empty fields, and click "Create".
0 commit comments