You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/transform-data-using-script.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,15 +114,6 @@ The following table describes these JSON properties:
114
114
|scripts.parameter.type |The data type of the parameter. The type is logical type and follows type mapping of each connector. |No |
115
115
|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 |
116
116
|scripts.parameter.size |The max size of the parameter. Only applies to Output/InputOutput direction parameter of type string/byte[]. |No |
117
-
|scriptReference |The reference to a remotely stored script file. |No |
118
-
|scriptReference.linkedServiceName |The linked service of the script location. |No |
119
-
|scriptReference.path |The file path to the script file. Only a single file is supported. |No |
120
-
|scriptReference.parameter |The array of parameters of the script. |No |
121
-
|scriptReference.parameter.name |The name of the parameter. |No |
122
-
|scriptReference.parameter.value |The value of the parameter. |No |
123
-
|scriptReference.parameter.type |The data type of the parameter. The type is logical type and follows type mapping of each connector. |No |
124
-
|scriptReference.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 |
125
-
|scriptReference.parameter.size |The max size of the parameter. Only applies to types that can be variable size. |No |
126
117
|logSettings |The settings to store the output logs. If not specified, script log is disabled. |No |
127
118
|logSettings.logDestination |The destination of log output. It can be ActivityOutput or ExternalStore. Default: ActivityOutput. |No |
128
119
|logSettings.logLocationSettings |The settings of the target location if logDestination is ExternalStore. |No |
@@ -188,12 +179,6 @@ Sample output:
188
179
189
180
Inline scripts integrate well with Pipeline CI/CD since the script is stored as part of the pipeline metadata.
190
181
191
-
### Script file reference
192
-
193
-
:::image type="content" source="media/transform-data-using-script/script-file-reference.png" alt-text="Screenshot showing the UI to configure a script file reference.":::
194
-
195
-
If you have you a custom process to generate scripts and would like to reference it in the pipeline rather than use an in-line script, you cam specify the file path on a storage.
196
-
197
182
### Logging
198
183
199
184
:::image type="content" source="media/transform-data-using-script/logging-settings.png" alt-text="Screenshot showing the UI for the logging settings for a script.":::
0 commit comments