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-amazon-marketplace-web-service.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Copy data from Amazon Marketplace Web Service using Azure Data Factory (Preview) | Microsoft Docs
2
+
title: Copy data from Amazon Marketplace Web Service using Azure Data Factory | Microsoft Docs
3
3
description: Learn how to copy data from Amazon Marketplace Web Service to supported sink data stores by using a copy activity in an Azure Data Factory pipeline.
4
4
services: data-factory
5
5
documentationcenter: ''
@@ -16,13 +16,10 @@ ms.date: 08/01/2018
16
16
ms.author: jingwang
17
17
18
18
---
19
-
# Copy data from Amazon Marketplace Web Service using Azure Data Factory (Preview)
19
+
# Copy data from Amazon Marketplace Web Service using Azure Data Factory
20
20
21
21
This article outlines how to use the Copy Activity in Azure Data Factory to copy data from Amazon Marketplace Web Service. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
22
22
23
-
> [!IMPORTANT]
24
-
> This connector is currently in preview. You can try it out and give us feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
25
-
26
23
## Supported capabilities
27
24
28
25
This Amazon Marketplace Web Service connector is supported for the following activities:
Copy file name to clipboardExpand all lines: articles/data-factory/connector-drill.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Copy data from Drill using Azure Data Factory (Preview) | Microsoft Docs
2
+
title: Copy data from Drill using Azure Data Factory | Microsoft Docs
3
3
description: Learn how to copy data from Drill to supported sink data stores by using a copy activity in an Azure Data Factory pipeline.
4
4
services: data-factory
5
5
documentationcenter: ''
@@ -12,17 +12,14 @@ ms.workload: data-services
12
12
ms.tgt_pltfrm: na
13
13
14
14
ms.topic: conceptual
15
-
ms.date: 09/04/2019
15
+
ms.date: 10/25/2019
16
16
ms.author: jingwang
17
17
18
18
---
19
-
# Copy data from Drill using Azure Data Factory (Preview)
19
+
# Copy data from Drill using Azure Data Factory
20
20
21
21
This article outlines how to use the Copy Activity in Azure Data Factory to copy data from Drill. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
22
22
23
-
> [!IMPORTANT]
24
-
> This connector is currently in preview. You can try it out and give us feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
25
-
26
23
## Supported capabilities
27
24
28
25
This Drill connector is supported for the following activities:
Copy file name to clipboardExpand all lines: articles/data-factory/connector-dynamics-ax.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Copy data from Dynamics AX by using Azure Data Factory (Preview) | Microsoft Docs
2
+
title: Copy data from Dynamics AX by using Azure Data Factory | Microsoft Docs
3
3
description: Learn how to copy data from Dynamics AX to supported sink data stores by using a copy activity in an Azure Data Factory pipeline.
4
4
services: data-factory
5
5
documentationcenter: ''
@@ -16,7 +16,7 @@ ms.date: 08/01/2019
16
16
ms.author: jingwang
17
17
18
18
---
19
-
# Copy data from Dynamics AX by using Azure Data Factory (Preview)
19
+
# Copy data from Dynamics AX by using Azure Data Factory
20
20
21
21
This article outlines how to use Copy Activity in Azure Data Factory to copy data from Dynamics AX source. The article builds on [Copy Activity in Azure Data Factory](copy-activity-overview.md), which presents a general overview of Copy Activity.
Copy file name to clipboardExpand all lines: articles/data-factory/connector-dynamics-crm-office-365.md
+15-32Lines changed: 15 additions & 32 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
ms.tgt_pltfrm: na
13
13
14
14
ms.topic: conceptual
15
-
ms.date: 07/01/2019
15
+
ms.date: 10/25/2019
16
16
ms.author: jingwang
17
17
18
18
---
@@ -71,7 +71,7 @@ The following properties are supported for the Dynamics linked service.
71
71
72
72
| Property | Description | Required |
73
73
|:--- |:--- |:--- |
74
-
| type | The type property must be set to **Dynamics**. | Yes |
74
+
| type | The type property must be set to **Dynamics**, **DynamicsCrm**, or **CommonDataServiceForApps**. | Yes |
75
75
| deploymentType | The deployment type of the Dynamics instance. It must be **"Online"** for Dynamics online. | Yes |
76
76
| serviceUri | The service URL of your Dynamics instance, e.g. `https://adfdynamics.crm.dynamics.com`. | Yes |
77
77
| authenticationType | The authentication type to connect to a Dynamics server. Specify **"Office365"** for Dynamics online. | Yes |
@@ -114,7 +114,7 @@ The following properties are supported for the Dynamics linked service.
114
114
115
115
| Property | Description | Required |
116
116
|:--- |:--- |:--- |
117
-
| type | The type property must be set to **Dynamics**. | Yes |
117
+
| type | The type property must be set to **Dynamics**, **DynamicsCrm**, or **CommonDataServiceForApps**. | Yes |
118
118
| deploymentType | The deployment type of the Dynamics instance. It must be **"OnPremisesWithIfd"** for Dynamics on-premises with IFD.| Yes |
119
119
| hostName | The host name of the on-premises Dynamics server. | Yes |
120
120
| port | The port of the on-premises Dynamics server. | No, default is 443 |
@@ -156,43 +156,21 @@ The following properties are supported for the Dynamics linked service.
156
156
157
157
For a full list of sections and properties available for defining datasets, see the [Datasets](concepts-datasets-linked-services.md) article. This section provides a list of properties supported by Dynamics dataset.
158
158
159
-
To copy data from and to Dynamics, set the type property of the dataset to **DynamicsEntity**. The following properties are supported.
159
+
To copy data from and to Dynamics, the following properties are supported.
160
160
161
161
| Property | Description | Required |
162
162
|:--- |:--- |:--- |
163
-
| type | The type property of the dataset must be set to **DynamicsEntity**. |Yes |
163
+
| type | The type property of the dataset must be set to **DynamicsEntity**, **DynamicsCrmEntity**, or **CommonDataServiceForAppsEntity**. |Yes |
164
164
| entityName | The logical name of the entity to retrieve. | No for source (if "query" in the activity source is specified), Yes for sink |
165
165
166
-
> [!IMPORTANT]
167
-
>- When you copy data from Dynamics, the "structure" section is optional but highly recommanded in the Dynamics dataset to ensure a deterministic copy result. It defines the column name and data type for Dynamics data that you want to copy over. To learn more, see [Dataset structure](concepts-datasets-linked-services.md#dataset-structure-or-schema) and [Data type mapping for Dynamics](#data-type-mapping-for-dynamics).
168
-
>- When importing schema in authoring UI, ADF infer the schema by sampling the top rows from the Dynamics query result to initialize the structure construction, in which case columns with no values will be omitted. The same behavior applies to copy executions if there is no explicit structure definition. You can review and add more columns into the Dynamics dataset schema/structure as needed, which will be honored during copy runtime.
169
-
>- When you copy data to Dynamics, the "structure" section is optional in the Dynamics dataset. Which columns to copy into are determined by the source data schema. If your source is a CSV file without a header, in the input dataset, specify the "structure" with the column name and data type. They map to fields in the CSV file one by one in order.
170
-
171
166
**Example:**
172
167
173
168
```json
174
169
{
175
170
"name": "DynamicsDataset",
176
171
"properties": {
177
172
"type": "DynamicsEntity",
178
-
"structure": [
179
-
{
180
-
"name": "accountid",
181
-
"type": "Guid"
182
-
},
183
-
{
184
-
"name": "name",
185
-
"type": "String"
186
-
},
187
-
{
188
-
"name": "marketingonly",
189
-
"type": "Boolean"
190
-
},
191
-
{
192
-
"name": "modifiedon",
193
-
"type": "Datetime"
194
-
}
195
-
],
173
+
"schema": [],
196
174
"typeProperties": {
197
175
"entityName": "account"
198
176
},
@@ -210,16 +188,20 @@ For a full list of sections and properties available for defining activities, se
210
188
211
189
### Dynamics as a source type
212
190
213
-
To copy data from Dynamics, set the source type in the copy activity to **DynamicsSource**. The following properties are supported in the copy activity **source** section.
191
+
To copy data from Dynamics, the following properties are supported in the copy activity **source** section.
214
192
215
193
| Property | Description | Required |
216
194
|:--- |:--- |:--- |
217
-
| type | The type property of the copy activity source must be set to **DynamicsSource**. | Yes |
195
+
| type | The type property of the copy activity source must be set to **DynamicsSource**, **DynamicsCrmSource**, or **CommonDataServiceForAppsSource**. | Yes |
218
196
| query | FetchXML is a proprietary query language that is used in Dynamics (online and on-premises). See the following example. To learn more, see [Build queries with FetchXML](https://msdn.microsoft.com/library/gg328332.aspx). | No (if "entityName" in the dataset is specified) |
219
197
220
198
>[!NOTE]
221
199
>The PK column will always be copied out even if the column projection you configure in the FetchXML query doesn't contain it.
222
200
201
+
> [!IMPORTANT]
202
+
>- When you copy data from Dynamics, explicit column mapping from Dynamics to sink is optional but highly recommanded to ensure a deterministic copy result.
203
+
>- When importing schema in authoring UI, ADF infers the schema by sampling the top rows from the Dynamics query result to initialize the source column list, in which case columns with no values in top rows will be omitted. The same behavior applies to copy executions if there is no explicit mapping. You can review and add more columns into the mapping, which will be honored during copy runtime.
204
+
223
205
**Example:**
224
206
225
207
```json
@@ -274,12 +256,13 @@ To copy data from Dynamics, set the source type in the copy activity to **Dynami
274
256
275
257
### Dynamics as a sink type
276
258
277
-
To copy data to Dynamics, set the sink type in the copy activity to **DynamicsSink**. The following properties are supported in the copy activity **sink** section.
259
+
To copy data to Dynamics, the following properties are supported in the copy activity **sink** section.
278
260
279
261
| Property | Description | Required |
280
262
|:--- |:--- |:--- |
281
-
| type | The type property of the copy activity sink must be set to **DynamicsSink**. | Yes |
263
+
| type | The type property of the copy activity sink must be set to **DynamicsSink**, **DynamicsCrmSink**, or **CommonDataServiceForAppsSink**. | Yes |
282
264
| writeBehavior | The write behavior of the operation.<br/>Allowed value is **"Upsert"**. | Yes |
265
+
| alternateKeyName | Specify the alternate key name defined on your entity to perform "Upsert". | No |
283
266
| writeBatchSize | The row count of data written to Dynamics in each batch. | No (default is 10) |
284
267
| ignoreNullValues | Indicates whether to ignore null values from input data (except key fields) during a write operation.<br/>Allowed values are **true** and **false**.<br>- **True**: Leave the data in the destination object unchanged when you do an upsert/update operation. Insert a defined default value when you do an insert operation.<br/>- **False**: Update the data in the destination object to NULL when you do an upsert/update operation. Insert a NULL value when you do an insert operation. | No (default is false) |
Copy file name to clipboardExpand all lines: articles/data-factory/connector-google-adwords.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Copy data from Google AdWords using Azure Data Factory (Preview) | Microsoft Docs
2
+
title: Copy data from Google AdWords using Azure Data Factory | Microsoft Docs
3
3
description: Learn how to copy data from Google AdWords to supported sink data stores by using a copy activity in an Azure Data Factory pipeline.
4
4
services: data-factory
5
5
documentationcenter: ''
@@ -12,17 +12,14 @@ ms.workload: data-services
12
12
ms.tgt_pltfrm: na
13
13
14
14
ms.topic: conceptual
15
-
ms.date: 08/01/2019
15
+
ms.date: 10/25/2019
16
16
ms.author: jingwang
17
17
18
18
---
19
-
# Copy data from Google AdWords using Azure Data Factory (Preview)
19
+
# Copy data from Google AdWords using Azure Data Factory
20
20
21
21
This article outlines how to use the Copy Activity in Azure Data Factory to copy data from Google AdWords. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
22
22
23
-
> [!IMPORTANT]
24
-
> This connector is currently in preview. You can try it out and provide feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
25
-
26
23
## Supported capabilities
27
24
28
25
This Google AdWords connector is supported for the following activities:
@@ -52,7 +49,7 @@ The following properties are supported for Google AdWords linked service:
52
49
| developerToken | The developer token associated with the manager account that you use to grant access to the AdWords API. You can choose to mark this field as a SecureString to store it securely in ADF, or store password in Azure Key Vault and let ADF copy activity pull from there when performing data copy - learn more from [Store credentials in Key Vault](store-credentials-in-key-vault.md). | Yes |
53
50
| authenticationType | The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR. <br/>Allowed values are: **ServiceAuthentication**, **UserAuthentication**| Yes |
54
51
| refreshToken | The refresh token obtained from Google for authorizing access to AdWords for UserAuthentication. You can choose to mark this field as a SecureString to store it securely in ADF, or store password in Azure Key Vault and let ADF copy activity pull from there when performing data copy - learn more from [Store credentials in Key Vault](store-credentials-in-key-vault.md). | No |
55
-
| clientId | The client id of the google application used to acquire the refresh token. You can choose to mark this field as a SecureString to store it securely in ADF, or store password in Azure Key Vault and let ADF copy activity pull from there when performing data copy - learn more from [Store credentials in Key Vault](store-credentials-in-key-vault.md). | No |
52
+
| clientId | The client ID of the Google application used to acquire the refresh token. You can choose to mark this field as a SecureString to store it securely in ADF, or store password in Azure Key Vault and let ADF copy activity pull from there when performing data copy - learn more from [Store credentials in Key Vault](store-credentials-in-key-vault.md). | No |
56
53
| clientSecret | The client secret of the google application used to acquire the refresh token. You can choose to mark this field as a SecureString to store it securely in ADF, or store password in Azure Key Vault and let ADF copy activity pull from there when performing data copy - learn more from [Store credentials in Key Vault](store-credentials-in-key-vault.md). | No |
57
54
| email | The service account email ID that is used for ServiceAuthentication and can only be used on self-hosted IR. | No |
58
55
| keyFilePath | The full path to the .p12 key file that is used to authenticate the service account email address and can only be used on self-hosted IR. | No |
Copy file name to clipboardExpand all lines: articles/data-factory/connector-impala.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Copy data from Impala by using Azure Data Factory (Preview) | Microsoft Docs
2
+
title: Copy data from Impala by using Azure Data Factory | Microsoft Docs
3
3
description: Learn how to copy data from Impala to supported sink data stores by using a copy activity in a data factory pipeline.
4
4
services: data-factory
5
5
documentationcenter: ''
@@ -16,13 +16,10 @@ ms.date: 09/04/2019
16
16
ms.author: jingwang
17
17
18
18
---
19
-
# Copy data from Impala by using Azure Data Factory (Preview)
19
+
# Copy data from Impala by using Azure Data Factory
20
20
21
21
This article outlines how to use Copy Activity in Azure Data Factory to copy data from Impala. It builds on the [Copy Activity overview](copy-activity-overview.md) article that presents a general overview of the copy activity.
22
22
23
-
> [!IMPORTANT]
24
-
> This connector is currently in preview. You can try it out and provide feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
25
-
26
23
## Supported capabilities
27
24
28
25
This Impala connector is supported for the following activities:
Copy file name to clipboardExpand all lines: articles/data-factory/connector-jira.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Copy data from Jira using Azure Data Factory (Preview) | Microsoft Docs
2
+
title: Copy data from Jira using Azure Data Factory | Microsoft Docs
3
3
description: Learn how to copy data from Jira to supported sink data stores by using a copy activity in an Azure Data Factory pipeline.
4
4
services: data-factory
5
5
documentationcenter: ''
@@ -12,17 +12,14 @@ ms.workload: data-services
12
12
ms.tgt_pltfrm: na
13
13
14
14
ms.topic: conceptual
15
-
ms.date: 08/01/2019
15
+
ms.date: 10/25/2019
16
16
ms.author: jingwang
17
17
18
18
---
19
-
# Copy data from Jira using Azure Data Factory (Preview)
19
+
# Copy data from Jira using Azure Data Factory
20
20
21
21
This article outlines how to use the Copy Activity in Azure Data Factory to copy data from Jira. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
22
22
23
-
> [!IMPORTANT]
24
-
> This connector is currently in preview. You can try it out and give us feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
25
-
26
23
## Supported capabilities
27
24
28
25
This Jira connector is supported for the following activities:
Copy file name to clipboardExpand all lines: articles/data-factory/connector-salesforce-marketing-cloud.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Copy data from Salesforce Marketing Cloud using Azure Data Factory (Preview) | Microsoft Docs
2
+
title: Copy data from Salesforce Marketing Cloud using Azure Data Factory | Microsoft Docs
3
3
description: Learn how to copy data from Salesforce Marketing Cloud to supported sink data stores by using a copy activity in an Azure Data Factory pipeline.
4
4
services: data-factory
5
5
documentationcenter: ''
@@ -12,17 +12,14 @@ ms.workload: data-services
12
12
ms.tgt_pltfrm: na
13
13
14
14
ms.topic: conceptual
15
-
ms.date: 08/01/2019
15
+
ms.date: 10/25/2019
16
16
ms.author: jingwang
17
17
18
18
---
19
-
# Copy data from Salesforce Marketing Cloud using Azure Data Factory (Preview)
19
+
# Copy data from Salesforce Marketing Cloud using Azure Data Factory
20
20
21
21
This article outlines how to use the Copy Activity in Azure Data Factory to copy data from Salesforce Marketing Cloud. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
22
22
23
-
> [!IMPORTANT]
24
-
> This connector is currently in preview. You can try it out and give us feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
25
-
26
23
## Supported capabilities
27
24
28
25
This Salesforce Marketing Cloud connector is supported for the following activities:
Copy file name to clipboardExpand all lines: articles/data-factory/connector-xero.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Copy data from Xero using Azure Data Factory (Preview) | Microsoft Docs
2
+
title: Copy data from Xero using Azure Data Factory | Microsoft Docs
3
3
description: Learn how to copy data from Xero to supported sink data stores by using a copy activity in an Azure Data Factory pipeline.
4
4
services: data-factory
5
5
documentationcenter: ''
@@ -12,17 +12,14 @@ ms.workload: data-services
12
12
ms.tgt_pltfrm: na
13
13
14
14
ms.topic: conceptual
15
-
ms.date: 08/01/2019
15
+
ms.date: 10/25/2019
16
16
ms.author: jingwang
17
17
18
18
---
19
-
# Copy data from Xero using Azure Data Factory (Preview)
19
+
# Copy data from Xero using Azure Data Factory
20
20
21
21
This article outlines how to use the Copy Activity in Azure Data Factory to copy data from Xero. It builds on the [copy activity overview](copy-activity-overview.md) article that presents a general overview of copy activity.
22
22
23
-
> [!IMPORTANT]
24
-
> This connector is currently in preview. You can try it out and provide feedback. If you want to take a dependency on preview connectors in your solution, please contact [Azure support](https://azure.microsoft.com/support/).
25
-
26
23
## Supported capabilities
27
24
28
25
This Xero connector is supported for the following activities:
0 commit comments