Skip to content

Module assemble.tables in plugin tabular v0.5.0

Assemble a 'tables' value from multiple tables.

Depending on the module configuration, 2 or more tables can be merged into a single 'tables' value.

Author(s) Markus Binsteiner (markus@frkl.io)
Tags tabular
Python class kiara_plugin.tabular.modules.tables.AssembleTablesModule

Module configuration options

Configuration class: kiara_plugin.tabular.modules.tables.AssembleTablesConfig

Name Description Type Required? Default
constants

Value constants for this module.

object false null
defaults

Value defaults for this module.

object false null
number_of_tables

How many tables should be merged. If 'table_names' is empty, this defaults to '2', otherwise the length of the 'table_names' input.

anyOf: [{'type': 'integer'}, {'type': 'null'}] false null
table_names

A pre-defined list of table names. If not defined, users will be asked for the table name(s).

anyOf: [{'items': {'type': 'string'}, 'type': 'array'}, {'type': 'null'}] false null