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: docs.feldera.com/docs/pipelines/configuration.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Pipelines come with a set of configuration settings to toggle features, tune per
8
8
9
9
### Editing configuration
10
10
.
11
-
You can edit all pipeline settings when the pipeline is `Shutdown`and a limited subset when it is `Suspended`.
11
+
You can edit all pipeline settings when the pipeline is `Stopped` with storage cleared, and a limited subset when it storage is in use.
12
12
<Tabs
13
13
defaultValue="web-console"
14
14
values={[
@@ -23,7 +23,9 @@ You can edit all pipeline settings when the pipeline is `Shutdown` and a limited
23
23

24
24
</TabItem>
25
25
<TabItemvalue="python">
26
-
You can use [feldera_client.create_or_update_pipeline()](pathname:///python/feldera.rest.html#feldera.rest.feldera_client.FelderaClient.create_or_update_pipeline) to update `program_config` and `runtime_config` fields.
26
+
You can use `RuntimeConfig.from_dict()` to set the runtime configuration of a pipeline.
27
+
28
+
Example: [Runtime configuration of a Pipeline](pathname:///python/examples.html#runtime-configuration-of-a-pipeline)
27
29
</TabItem>
28
30
<TabItemvalue="fda">
29
31
You can toggle the storage for a pipeline with
@@ -55,4 +57,4 @@ The "optimized" compilation profile (default) should be used when running produc
0 commit comments