abacusai.database_connector_schema ================================== .. py:module:: abacusai.database_connector_schema Classes ------- .. autoapisummary:: abacusai.database_connector_schema.DatabaseConnectorSchema Module Contents --------------- .. py:class:: DatabaseConnectorSchema(client, tableName=None, columns={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` A schema description for a table from a database connector :param client: An authenticated API Client instance :type client: ApiClient :param tableName: The unique name of the table. :type tableName: str :param columns: List of columns in the table. :type columns: DatabaseConnectorColumn .. py:attribute:: table_name :value: None .. py:attribute:: columns .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict