Skip to content

Commit 275ef80

Browse files
committed
Fix formatting issue
1 parent 761a07e commit 275ef80

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

articles/data-factory/connector-azure-database-for-mysql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ To copy data to Azure Database for MySQL, the following properties are supported
190190
| type | The type property of the copy activity sink must be set to: **AzureMySqlSink** | Yes |
191191
| preCopyScript | Specify a SQL query for the copy activity to execute before writing data into Azure Database for MySQL in each run. You can use this property to clean up the preloaded data. | No |
192192
| writeBatchSize | Inserts data into the Azure Database for MySQL table when the buffer size reaches writeBatchSize.<br>Allowed value is integer representing number of rows. | No (default is 10,000) |
193-
| writeBatchTimeout | Wait time for the batch insert operation to complete before it times out.<br>
194-
Allowed values are Timespan. An example is 00:30:00 (30 minutes). | No (default is 00:00:30) |
193+
| writeBatchTimeout | Wait time for the batch insert operation to complete before it times out.<br>Allowed values are Timespan. An example is 00:30:00 (30 minutes). | No (default is 00:00:30) |
195194

196195
**Example:**
197196

articles/data-factory/connector-azure-database-for-postgresql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ To copy data to Azure Database for PostgreSQL, the following properties are supp
179179
| type | The type property of the copy activity sink must be set to: **AzurePostgreSQLSink** | Yes |
180180
| preCopyScript | Specify a SQL query for the copy activity to execute before writing data into Azure Database for PostgreSQL in each run. You can use this property to clean up the preloaded data. | No |
181181
| writeBatchSize | Inserts data into the Azure Database for PostgreSQL table when the buffer size reaches writeBatchSize.<br>Allowed value is integer representing number of rows. | No (default is 10,000) |
182-
| writeBatchTimeout | Wait time for the batch insert operation to complete before it times out.<br>
183-
Allowed values are Timespan. An example is 00:30:00 (30 minutes). | No (default is 00:00:30) |
182+
| writeBatchTimeout | Wait time for the batch insert operation to complete before it times out.<br>Allowed values are Timespan. An example is 00:30:00 (30 minutes). | No (default is 00:00:30) |
184183

185184
**Example:**
186185

0 commit comments

Comments
 (0)