Metadata
Metadata module.
update(**kwargs)
Update metadata in the current pipeline or step execution.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
**kwargs
|
Any
|
Metadata. |
{}
|
Returns:
| Name | Type | Description |
|---|---|---|
bool |
bool
|
True if metadata was updated, False otherwise. |
Example
Warning
Nothing will happen if the update function is not called from a pipeline or step.
Warning
Make sure that all the metadata values are JSON serializable.