Edit on GitHub

datasources.dmi-tcatv2

Initialize data source that interfaces with DMI-TCAT query bins

 1"""
 2Initialize data source that interfaces with DMI-TCAT query bins
 3"""
 4
 5# An init_datasource function is expected to be available to initialize this
 6# data source. A default function that does this is available from the
 7# backend helpers library.
 8from common.lib.helpers import init_datasource
 9
10# Internal identifier for this data source
11DATASOURCE = "dmi-tcatv2"
12NAME = "DMI-TCAT Search (MySQL)"
DATASOURCE = 'dmi-tcatv2'
NAME = 'DMI-TCAT Search (MySQL)'