Skip to content

Commit 6439f51

Browse files
committed
Update format
1 parent dc7dbaf commit 6439f51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ To copy data from Azure Database for PostgreSQL, set the source type in the copy
160160
|:--- |:--- |:--- |
161161
| type | The type property of the copy activity source must be set to **AzurePostgreSqlSource** | Yes |
162162
| query | Use the custom SQL query to read data. For example: `SELECT * FROM mytable` or `SELECT * FROM "MyTable"`. Note in PostgreSQL, the entity name is treated as case-insensitive if not quoted. | No (if the tableName property in the dataset is specified) |
163-
| queryTimeout | The wait time before terminating the attempt to execute a command and generating an error, default is 120 minutes. If parameter is set for this property, allowed values are timespan, such as "02:00:00" (120 minutes). For more information, see [CommandTimeout](https://www.npgsql.org/doc/api/Npgsql.NpgsqlCommand.html#Npgsql_NpgsqlCommand_CommandTimeout).<br> If both **commandTimeout** and **queryTimeout** are configured, **queryTimeout** will take precedence. | No |
163+
| queryTimeout | The wait time before terminating the attempt to execute a command and generating an error, default is 120 minutes. If parameter is set for this property, allowed values are timespan, such as "02:00:00" (120 minutes). For more information, see [CommandTimeout](https://www.npgsql.org/doc/api/Npgsql.NpgsqlCommand.html#Npgsql_NpgsqlCommand_CommandTimeout).<br> If both `commandTimeout` and `queryTimeout` are configured, `queryTimeout` will take precedence. | No |
164164
| partitionOptions | Specifies the data partitioning options used to load data from Azure SQL Database. <br>Allowed values are: **None** (default), **PhysicalPartitionsOfTable**, and **DynamicRange**.<br>When a partition option is enabled (that is, not `None`), the degree of parallelism to concurrently load data from an Azure SQL Database is controlled by the [`parallelCopies`](copy-activity-performance-features.md#parallel-copy) setting on the copy activity. | No |
165165
| partitionSettings | Specify the group of the settings for data partitioning. <br>Apply when the partition option isn't `None`. | No |
166166
| ***Under `partitionSettings`:*** | | |

articles/data-factory/connector-postgresql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ To copy data from PostgreSQL, the following properties are supported in the copy
210210
|:--- |:--- |:--- |
211211
| type | The type property of the copy activity source must be set to: **PostgreSqlV2Source** | Yes |
212212
| query | Use the custom SQL query to read data. For example: `"query": "SELECT * FROM \"MySchema\".\"MyTable\""`. | No (if "tableName" in dataset is specified) |
213-
| queryTimeout | The wait time before terminating the attempt to execute a command and generating an error, default is 120 minutes. If parameter is set for this property, allowed values are timespan, such as "02:00:00" (120 minutes). For more information, see [CommandTimeout](https://www.npgsql.org/doc/api/Npgsql.NpgsqlCommand.html#Npgsql_NpgsqlCommand_CommandTimeout). <br> If both **commandTimeout** and **queryTimeout** are configured, **queryTimeout** will take precedence. | No |
213+
| queryTimeout | The wait time before terminating the attempt to execute a command and generating an error, default is 120 minutes. If parameter is set for this property, allowed values are timespan, such as "02:00:00" (120 minutes). For more information, see [CommandTimeout](https://www.npgsql.org/doc/api/Npgsql.NpgsqlCommand.html#Npgsql_NpgsqlCommand_CommandTimeout). <br> If both `commandTimeout` and `queryTimeout` are configured, `queryTimeout` will take precedence. | No |
214214

215215
> [!NOTE]
216216
> Schema and table names are case-sensitive. Enclose them in `""` (double quotes) in the query.

0 commit comments

Comments
 (0)