Data Source

class wlts.datasources.datasource.DataSource(id)

Abstract class to represent an Data Source.

__init__(id)

Abstraction to make DataSource.

Parameters

id (str) – Identifier of an datasource.

property get_id

Return the datasource identifier (id).

abstract get_type()

Return the datasource type.