Skip to content

Commit b5c08a9

Browse files
author
Jill Grant
authored
Merge pull request #258731 from Saisang/sai-removehtmltag-small-3
Bulk remove html tag <small>. 231116-3
2 parents d0e41f8 + a5de0b9 commit b5c08a9

20 files changed

+21
-21
lines changed

articles/data-factory/connector-azure-databricks-delta-lake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This Azure Databricks Delta Lake connector is supported for the following capabi
2727
|[Mapping data flow](concepts-data-flow-overview.md) (source/sink)|&#9312; |
2828
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|
2929

30-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
30+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3131

3232
In general, the service supports Delta Lake with the following capabilities to meet your various needs.
3333

articles/data-factory/connector-azure-file-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This Azure Files connector is supported for the following capabilities:
2828
|[GetMetadata activity](control-flow-get-metadata-activity.md)|&#9312; &#9313;|✓ <small> Exclude storage account V1|
2929
|[Delete activity](delete-activity.md)|&#9312; &#9313;|✓ <small> Exclude storage account V1|
3030

31-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
31+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3232

3333
You can copy data from Azure Files to any supported sink data store, or copy data from any supported source data store to Azure Files. For a list of data stores that Copy Activity supports as sources and sinks, see [Supported data stores and formats](copy-activity-overview.md#supported-data-stores-and-formats).
3434

articles/data-factory/connector-azure-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This Azure Cognitive Search connector is supported for the following capabilitie
2525
|---------| --------| --------|
2626
|[Copy activity](copy-activity-overview.md) (-/sink)|&#9312; &#9313;||
2727

28-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
28+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
2929

3030
You can copy data from any supported source data store into search index. 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.
3131

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This Azure Synapse Analytics connector is supported for the following capabiliti
3030
|[Script activity](transform-data-using-script.md)|&#9312; &#9313;||
3131
|[Stored procedure activity](transform-data-using-stored-procedure.md)|&#9312; &#9313;||
3232

33-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
33+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3434

3535
For Copy activity, this Azure Synapse Analytics connector supports these functions:
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This Azure SQL Database connector is supported for the following capabilities:
3030
|[Script activity](transform-data-using-script.md)|&#9312; &#9313;||
3131
|[Stored procedure activity](transform-data-using-stored-procedure.md)|&#9312; &#9313;||
3232

33-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
33+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3434

3535
For Copy activity, this Azure SQL Database connector supports these functions:
3636

articles/data-factory/connector-azure-sql-managed-instance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This Azure SQL Managed Instance connector is supported for the following capabil
3030
|[Script activity](transform-data-using-script.md)|&#9312; &#9313;|✓ <small> Public preview |
3131
|[Stored procedure activity](transform-data-using-stored-procedure.md)|&#9312; &#9313;|✓ <small> Public preview |
3232

33-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
33+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3434

3535
For Copy activity, this Azure SQL Database connector supports these functions:
3636

@@ -781,7 +781,7 @@ The below table lists the properties supported by Azure SQL Managed Instance sou
781781
| Table | If you select Table as input, data flow fetches all the data from the table specified in the dataset. | No | - |- |
782782
| Query | If you select Query as input, specify a SQL query to fetch data from source, which overrides any table you specify in dataset. Using queries is a great way to reduce rows for testing or lookups.<br><br>**Order By** clause is not supported, but you can set a full SELECT FROM statement. You can also use user-defined table functions. **select * from udfGetData()** is a UDF in SQL that returns a table that you can use in data flow.<br>Query example: `Select * from MyTable where customerId > 1000 and customerId < 2000`| No | String | query |
783783
| Batch size | Specify a batch size to chunk large data into reads. | No | Integer | batchSize |
784-
| Isolation Level | Choose one of the following isolation levels:<br>- Read Committed<br>- Read Uncommitted (default)<br>- Repeatable Read<br>- Serializable<br>- None (ignore isolation level) | No | <small>READ_COMMITTED<br/>READ_UNCOMMITTED<br/>REPEATABLE_READ<br/>SERIALIZABLE<br/>NONE</small> |isolationLevel |
784+
| Isolation Level | Choose one of the following isolation levels:<br>- Read Committed<br>- Read Uncommitted (default)<br>- Repeatable Read<br>- Serializable<br>- None (ignore isolation level) | No | READ_COMMITTED<br/>READ_UNCOMMITTED<br/>REPEATABLE_READ<br/>SERIALIZABLE<br/>NONE |isolationLevel |
785785
| Enable incremental extract | Use this option to tell ADF to only process rows that have changed since the last time that the pipeline executed. | No | - |- |
786786
| Incremental column | When using the incremental extract feature, you must choose the date/time or numeric column that you wish to use as the watermark in your source table. | No | - |- |
787787
| Enable native change data capture(Preview) | Use this option to tell ADF to only process delta data captured by [SQL change data capture technology](/sql/relational-databases/track-changes/about-change-data-capture-sql-server) since the last time that the pipeline executed. With this option, the delta data including row insert, update and deletion will be loaded automatically without any incremental column required. You need to [enable change data capture](/sql/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server) on Azure SQL MI before using this option in ADF. For more information about this option in ADF, see [native change data capture](#native-change-data-capture). | No | - |- |

articles/data-factory/connector-azure-table-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This Azure Table storage connector is supported for the following capabilities:
2929
|[Copy activity](copy-activity-overview.md) (source/sink)|&#9312; &#9313;|✓ <small> Exclude storage account V1|
3030
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|✓ <small> Exclude storage account V1|
3131

32-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
32+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3333

3434
You can copy data from any supported source data store to Table storage. You also can copy data from Table storage to any supported sink data store. For a list of data stores that are supported as sources or sinks by the copy activity, see the [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats) table.
3535

articles/data-factory/connector-cassandra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This Cassandra connector is supported for the following capabilities:
2525
|[Copy activity](copy-activity-overview.md) (source/-)|&#9312; &#9313;|
2626
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|
2727

28-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
28+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
2929

3030
For a list of data stores that are supported as sources/sinks, see the [Supported data stores](connector-overview.md#supported-data-stores) table.
3131

articles/data-factory/connector-concur.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This Concur connector is supported for the following capabilities:
2828
|[Copy activity](copy-activity-overview.md) (source/-)|&#9312; &#9313;|
2929
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|
3030

31-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
31+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
3232

3333
For a list of data stores that are supported as sources/sinks, see the [Supported data stores](connector-overview.md#supported-data-stores) table.
3434

articles/data-factory/connector-phoenix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This Phoenix connector is supported for the following capabilities:
2424
|[Copy activity](copy-activity-overview.md) (source/-)|&#9312; &#9313;|
2525
|[Lookup activity](control-flow-lookup-activity.md)|&#9312; &#9313;|
2626

27-
<small>*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*</small>
27+
*&#9312; Azure integration runtime &#9313; Self-hosted integration runtime*
2828

2929
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.
3030

0 commit comments

Comments
 (0)