Skip to content

Commit b3571c3

Browse files
authored
Merge pull request #191760 from jonburchel/patch-21
Update transform-data-using-script.md
2 parents 2887418 + 05e5ab9 commit b3571c3

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,6 @@ The following table describes these JSON properties:
114114
|scripts.parameter.type |The data type of the parameter. The type is logical type and follows type mapping of each connector. |No |
115115
|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 |
116116
|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 |
126117
|logSettings |The settings to store the output logs. If not specified, script log is disabled. |No |
127118
|logSettings.logDestination |The destination of log output. It can be ActivityOutput or ExternalStore. Default: ActivityOutput. |No |
128119
|logSettings.logLocationSettings |The settings of the target location if logDestination is ExternalStore. |No |
@@ -188,12 +179,6 @@ Sample output:
188179

189180
Inline scripts integrate well with Pipeline CI/CD since the script is stored as part of the pipeline metadata.
190181

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-
197182
### Logging
198183

199184
:::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

Comments
 (0)