Operation deserialize.database.as.python_object in plugin tabular v0.5.2
| Author(s) | Markus Binsteiner (markus@frkl.io) |
| Tags | tabular |
| Operation type | deserialize |
Inputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| database | The value object. | database | true | null |
| deserialization_config | Serialization-format specific configuration. | any | false | null |
Outputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| python_object | The deserialized python object instance. | python_object | true | null |
Module configuration
Module load.database
With configuration options:
| serialization_profile | "copy" |
| target_profile | "python_object" |
| value_type | "database" |