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
#[doc = "The namespace to be given to all executables in the flow file.\nIf not set, the executables in the file will be grouped into the root (*) namespace. \nNamespaces can be reused across multiple flow files.\n\nNamespaces are used to reference executables in the CLI using the format `workspace:namespace/name`.\n"]
2242
2250
#[serde(default)]
2243
2251
pubnamespace:::std::string::String,
@@ -2259,6 +2267,7 @@ impl ::std::default::Default for FlowFile {
Copy file name to clipboardExpand all lines: docs/types/flowfile.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ in order to be discovered by the CLI. It's configuration is used to define a gro
17
17
|`description`| A description of the executables defined within the flow file. This description will used as a shared description for all executables in the flow file. |`string`|||
18
18
|`descriptionFile`| A path to a markdown file that contains the description of the executables defined within the flow file. |`string`|||
|`fromFile`| DEPRECATED: Use `imports` instead |[FromFile](#FromFile)|[]||
21
+
|`imports`||[FromFile](#FromFile)|[]||
21
22
|`namespace`| The namespace to be given to all executables in the flow file. If not set, the executables in the file will be grouped into the root (*) namespace. Namespaces can be reused across multiple flow files. Namespaces are used to reference executables in the CLI using the format `workspace:namespace/name`. |`string`|||
22
23
|`tags`| Tags to be applied to all executables defined within the flow file. |`array` (`string`) |[]||
0 commit comments