Skip to content

Commit

Permalink
run_udf: Allow all data types instead of just objects in the `conte…
Browse files Browse the repository at this point in the history
…xt` parameter. #376
  • Loading branch information
m-mohr committed Jul 19, 2022
1 parent 98a93af commit 144414e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `array_modify`
- Renamed `text_merge` to `text_concat` for better alignment with `array_concat` and existing implementations.
- `apply_neighborhood`: Allow `null` as default value for units.
- `run_udf`: Allow all data types instead of just objects in the `context` parameter. [#376](https://github.com/Open-EO/openeo-processes/issues/376)

### Removed

Expand Down
4 changes: 2 additions & 2 deletions run_udf.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"name": "context",
"description": "Additional data such as configuration options to be passed to the UDF.",
"schema": {
"type": "object"
"description": "Any data type."
},
"default": {},
"optional": true
Expand All @@ -100,4 +100,4 @@
"description": "Any data type."
}
}
}
}

0 comments on commit 144414e

Please sign in to comment.