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/config.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Configuration Reference
2
2
3
-
In the following all possible configuration settings are described.
3
+
Given here are all configuration settings of `zappend`.
4
4
5
5
## Target Outline
6
6
@@ -257,6 +257,10 @@ Defaults to `false`.
257
257
Type _boolean_.
258
258
Allow for dynamically computed values in dataset attributes `attrs` using the syntax `{{ expression }}`. Executing arbitrary Python expressions is a security risk, therefore this must be explicitly enabled. Refer to the user guide for more information.
259
259
Defaults to `false`.
260
+
### `extra`
261
+
262
+
Type _object_.
263
+
Arbitrary configuration that is not validated by default. Intended use is by a `slice_source` that expects an argument named `ctx` and therefore can access the configuration.
260
264
### `profiling`
261
265
262
266
Profiling configuration. Allows for runtime profiling of the processing.
0 commit comments