Skip to content

Commit 0799cd3

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Address blocking issues
1 parent d3b2105 commit 0799cd3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

articles/data-factory/connector-microsoft-fabric-warehouse.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: synapse
1111
ms.date: 02/23/2024
1212
---
1313

14-
# Copy and Transform data in Microsoft Fabric Warehouse using Azure Data Factory or Azure Synapse Analytics
14+
# Copy and transform data in Microsoft Fabric Warehouse using Azure Data Factory or Azure Synapse Analytics
1515

1616
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1717

@@ -388,28 +388,28 @@ Using [COPY statement](/sql/t-sql/statements/copy-into-transact-sql?source=recom
388388

389389
Microsoft Fabric Warehouse COPY statement directly supports Azure Blob, Azure Data Lake Storage Gen1 and Azure Data Lake Storage Gen2. If your source data meets the criteria described in this section, use COPY statement to copy directly from the source data store to Microsoft Fabric Warehouse. Otherwise, use [Staged copy by using COPY statement](#staged-copy-by-using-copy-statement). The service checks the settings and fails the copy activity run if the criteria is not met.
390390

391-
1. The **source linked service and format** are with the following types and authentication methods:
391+
- The **source linked service and format** are with the following types and authentication methods:
392392

393393
| Supported source data store type | Supported format | Supported source authentication type |
394394
| :----------------------------------------------------------- | -------------------------- | :----------------------------------------------------------- |
395395
| [Azure Blob](connector-azure-blob-storage.md) | [Delimited text](format-delimited-text.md) | Account key authentication, shared access signature authentication|
396396
|   | [Parquet](format-parquet.md) | Account key authentication, shared access signature authentication |
397397
| [Azure Data Lake Storage Gen2](connector-azure-data-lake-storage.md) | [Delimited text](format-delimited-text.md)<br/>[Parquet](format-parquet.md) | Account key authentication, shared access signature authentication |
398398

399-
2. Format settings are with the following:
399+
- Format settings are with the following:
400400

401-
1. For **Parquet**: `compression` can be **no compression**, **Snappy**, or **``GZip``**.
402-
1. For **Delimited text**:
403-
1. `rowDelimiter` is explicitly set as **single character** or "**\r\n**", the default value is not supported.
404-
2. `nullValue` is left as default or set to **empty string** ("").
405-
3. `encodingName` is left as default or set to **utf-8 or utf-16**.
406-
4. `escapeChar` must be same as `quoteChar`, and is not empty.
407-
5. `skipLineCount` is left as default or set to 0.
408-
6. `compression` can be **no compression** or **``GZip``**.
401+
- For **Parquet**: `compression` can be **no compression**, **Snappy**, or **``GZip``**.
402+
- For **Delimited text**:
403+
- `rowDelimiter` is explicitly set as **single character** or "**\r\n**", the default value is not supported.
404+
- `nullValue` is left as default or set to **empty string** ("").
405+
- `encodingName` is left as default or set to **utf-8 or utf-16**.
406+
- `escapeChar` must be same as `quoteChar`, and is not empty.
407+
- `skipLineCount` is left as default or set to 0.
408+
- `compression` can be **no compression** or **``GZip``**.
409409

410-
3. If your source is a folder, `recursive` in copy activity must be set to true, and `wildcardFilename` need to be `*` or `*.*`.
410+
- If your source is a folder, `recursive` in copy activity must be set to true, and `wildcardFilename` need to be `*` or `*.*`.
411411

412-
4. `wildcardFolderPath` , `wildcardFilename` (other than `*`or `*.*`), `modifiedDateTimeStart`, `modifiedDateTimeEnd`, `prefix`, `enablePartitionDiscovery` and `additionalColumns` are not specified.
412+
- `wildcardFolderPath` , `wildcardFilename` (other than `*`or `*.*`), `modifiedDateTimeStart`, `modifiedDateTimeEnd`, `prefix`, `enablePartitionDiscovery` and `additionalColumns` are not specified.
413413

414414
The following COPY statement settings are supported under `allowCopyCommand` in copy activity:
415415

0 commit comments

Comments
 (0)