Skip to content

Commit f3840de

Browse files
committed
Add scriptBlockExecutionTimeout property
1 parent 48f2f99 commit f3840de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
2.39 KB
Loading

articles/data-factory/transform-data-using-script.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
author: nabhishek
99
ms.author: abnarain
1010
ms.custom: synapse
11-
ms.date: 09/22/2022
11+
ms.date: 10/19/2022
1212
---
1313

1414
# Transform data by using the Script activity in Azure Data Factory or Synapse Analytics
@@ -68,6 +68,7 @@ Here is the JSON format for defining a Script activity:
6868
...
6969
]
7070
},
71+
"scriptBlockExecutionTimeout": "<time>",
7172
"logSettings": {
7273
"logDestination": "<ActivityOutput> or <ExternalStore>",
7374
"logLocationSettings":{
@@ -100,6 +101,7 @@ The following table describes these JSON properties:
100101
|scripts.parameter.type |The data type of the parameter. The type is logical type and follows type mapping of each connector. |No |
101102
|scripts.parameter.direction |The direction of the parameter. It can be Input, Output, InputOutput. The value is ignored if the direction is Output. ReturnValue type is not supported. Set the return value of SP to an output parameter to retrieve it. |No |
102103
|scripts.parameter.size |The max size of the parameter. Only applies to Output/InputOutput direction parameter of type string/byte[]. |No |
104+
|scriptBlockExecutionTimeout |The wait time for the script block execution operation to complete before it times out. |No |
103105
|logSettings |The settings to store the output logs. If not specified, script log is disabled. |No |
104106
|logSettings.logDestination |The destination of log output. It can be ActivityOutput or ExternalStore. Default: ActivityOutput. |No |
105107
|logSettings.logLocationSettings |The settings of the target location if logDestination is ExternalStore. |No |

0 commit comments

Comments
 (0)