Skip to content

Commit 330da69

Browse files
committed
cleaning
1 parent 3c0d9b7 commit 330da69

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

custom-recipes/list-folder-contents-recipe/recipe.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
// description: longer string to help end users understand what this recipe does
88
"description": "Recipe designed to get the paths of the files located in a Folder. The subdirectories depths can be mapped to columns.",
99
// icon: must be one of the FontAwesome 3.2.1 icons, complete list here at https://fontawesome.com/v3.2.1/icons/
10-
"icon": "icon-puzzle-piece"
10+
"icon": "icon-dku-projects"
1111
},
1212
"kind": "PYTHON",
1313
"selectableFromFolder": "input_folder",
1414
// Inputs and outputs are defined by roles. In the recipe's I/O tab, the user can associate one
15-
// or more dataset to each input and output role.
15+
// or more datasets to each input and output role.
1616
// The "arity" field indicates whether the user can associate several datasets to the role ('NARY')
1717
// or at most one ('UNARY'). The "required" field indicates whether the user is allowed to
1818
// associate no dataset with the role.
@@ -39,12 +39,12 @@
3939
}
4040
],
4141
/* The field "params" holds a list of all the params
42-
for wich the user will be prompted for values in the Settings tab of the recipe.
42+
for which the user will be prompted for values in the Settings tab of the recipe.
4343

4444
The available parameter types include:
4545
STRING, STRINGS, INT, DOUBLE, BOOLEAN, SELECT, MULTISELECT, MAP, TEXTAREA, PRESET, COLUMN, COLUMNS
4646

47-
For the full list and for more details, see the documentation: https://doc.dataiku.com/dss/latest/plugins/reference/params.html
47+
For the full list and more details, see the documentation: https://doc.dataiku.com/dss/latest/plugins/reference/params.html
4848
*/
4949
"params": [
5050
{
@@ -56,10 +56,10 @@
5656
}
5757
// The 'COLUMNS' type works in the same way, except that it is a list of strings.
5858
],
59-
// The field "resourceKeys" holds a list of keys that allows to limit the number
59+
// The field "resourceKeys" holds a list of keys that allows limiting the number
6060
// of concurrent executions and activities triggered by this recipe.
6161
//
6262
// Administrators can configure the limit per resource key in the Administration > Settings > Flow build
6363
// screen.
6464
"resourceKeys": []
65-
}
65+
}

plugin.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"label": "List Folder Contents",
66
"description": "Plugin recipe that takes a folder and output a dataset representing the paths to the files in the folder, and catch the names of some subdirectories.",
77
"author": "Dataiku (Jérémy PLASSMANN)",
8-
"icon": "icon-font-awesome-3.2.1",
8+
"icon": "icon-dku-projects",
99
"licenseInfo": "Apache Software License",
1010
"url": "https://www.dataiku.com/product/plugins/list-folder-contents/",
1111
"tags": [

0 commit comments

Comments
 (0)