Skip to content

Module query.table in plugin tabular v0.5.3

Execute a sql query against an (Arrow) table.

The default relation name for the sql query is 'data', but can be modified by the 'relation_name' config option/input.

If the 'query' module config option is not set, users can provide their own query, otherwise the pre-set one will be used.

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

Module configuration options

Configuration class: kiara_plugin.tabular.modules.table.QueryTableSQLModuleConfig

Name Description Type Required? Default
constants

Value constants for this module.

object false null
defaults

Value defaults for this module.

object false null
query

The query to execute. If not specified, the user will be able to provide their own.

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

The name the table is referred to in the sql query. If not specified, the user will be able to provide their own.

anyOf: [{'type': 'string'}, {'type': 'null'}] false "data"