Operation create.database.from.tables in plugin tabular v0.5.1
Create a database value from a list of tables.
| Author(s) | Markus Binsteiner (markus@frkl.io) |
| Tags | tabular |
| Operation type | create_from |
Inputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| tables | The source value (of type 'tables'). | tables | true | null |
Outputs
| Name | Description | Type | Required? | Default |
|---|---|---|---|---|
| database | The result value (of type 'database'). | database | true | null |
Module configuration
Module create.database
With configuration options:
| source_type | "tables" |
| target_type | "database" |