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/12/2020
13
+
ms.date: 03/25/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
@@ -439,7 +439,7 @@ If the requirements aren't met, Azure Data Factory checks the settings and autom
439
439
440
440
3. If your source is a folder, `recursive` in copy activity must be set to true.
441
441
442
-
4. `wildcardFolderPath` , `wildcardFilename`, `modifiedDateTimeStart`, and `modifiedDateTimeEnd` are not specified.
442
+
4. `wildcardFolderPath` , `wildcardFilename`, `modifiedDateTimeStart`, `modifiedDateTimeEnd` and `additionalColumns` are not specified.
443
443
444
444
>[!NOTE]
445
445
>If your source is a folder, note PolyBase retrieves files from the folder and all of its subfolders, and it doesn't retrieve data from files for which the file name begins with an underline (_) or a period (.), as documented [here - LOCATION argument](https://docs.microsoft.com/sql/t-sql/statements/create-external-table-transact-sql?view=azure-sqldw-latest#arguments-2).
@@ -619,7 +619,7 @@ Using COPY statement supports the following configuration:
619
619
620
620
3. If your source is a folder, `recursive` in copy activity must be set to true.
621
621
622
-
4. `wildcardFolderPath` , `wildcardFilename`, `modifiedDateTimeStart`, and `modifiedDateTimeEnd` are not specified.
622
+
4. `wildcardFolderPath` , `wildcardFilename`, `modifiedDateTimeStart`, `modifiedDateTimeEnd` and `additionalColumns` are not specified.
623
623
624
624
The following COPY statement settings are supported under `allowCopyCommand` in copy activity:
Copy file name to clipboardExpand all lines: articles/data-factory/copy-activity-overview.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.reviewer: douglasl
10
10
ms.service: data-factory
11
11
ms.workload: data-services
12
12
ms.topic: conceptual
13
-
ms.date: 03/24/2020
13
+
ms.date: 03/25/2020
14
14
ms.author: jingwang
15
15
16
16
---
@@ -175,10 +175,6 @@ While copying data from source to sink, in scenarios like data lake migration, y
175
175
176
176
See [Schema and data type mapping](copy-activity-schema-and-type-mapping.md) for information about how the Copy activity maps your source data to your sink.
177
177
178
-
## Fault tolerance
179
-
180
-
By default, the Copy activity stops copying data and returns a failure when source data rows are incompatible with sink data rows. To make the copy succeed, you can configure the Copy activity to skip and log the incompatible rows and copy only the compatible data. See [Copy activity fault tolerance](copy-activity-fault-tolerance.md) for details.
181
-
182
178
## Add additional columns during copy
183
179
184
180
In addition to copying data from source data store to sink, you can also configure to add additional data columns to copy along to sink. For example:
@@ -191,6 +187,9 @@ You can find the following configuration on copy activity source tab:
191
187
192
188

193
189
190
+
>[!TIP]
191
+
>This feature works with the latest dataset model. If you don't see this option from the UI, try creating a new dataset.
192
+
194
193
To configure it programmatically, add the `additionalColumns` property in your copy activity source:
195
194
196
195
| Property | Description | Required |
@@ -236,6 +235,10 @@ To configure it programmatically, add the `additionalColumns` property in your c
236
235
]
237
236
```
238
237
238
+
## Fault tolerance
239
+
240
+
By default, the Copy activity stops copying data and returns a failure when source data rows are incompatible with sink data rows. To make the copy succeed, you can configure the Copy activity to skip and log the incompatible rows and copy only the compatible data. See [Copy activity fault tolerance](copy-activity-fault-tolerance.md) for details.
241
+
239
242
## Next steps
240
243
See the following quickstarts, tutorials, and samples:
0 commit comments