Skip to main content

register (DataSourceRegistration)

Registers a Python user-defined data source.

Syntax

register(dataSource: type)

Parameters

Parameter

Type

Description

dataSource

type

The data source class to be registered. It should be a subclass of DataSource.

On this page