xtrace_sdk.connectors package

Submodules

xtrace_sdk.connectors.base module

class xtrace_sdk.connectors.base.ConnectorBase(**kwargs)

Bases: ABC

This is the base class for a Connector. It provides an interface for connecting to various data sources.

abstractmethod connect(**kwargs)

Establish a connection to the data source. This method should be implemented by subclasses to handle the specifics of connecting to the data source.

abstractmethod load_data(**kwargs)

Load data from the connected data source. This method should be implemented by subclasses to handle the specifics of loading data.

Module contents

Connectors for XTrace SDK. This module provides various connectors to integrate with different data sources and services. These connectors allow the XTrace SDK to interact with external systems, enabling seamless data exchange and integration. The connectors included in this module are: