DatabaseConnectorColumn
A schema description for a column from a database connector
Bases: abacusai.return_class.AbstractApiClass
abacusai.return_class.AbstractApiClass
client (ApiClient) – An authenticated API Client instance
name (str) – The unique name of the column.
externalDataType (str) – The data type of column in the external database system.
Get a dict representation of the parameters in this class
The dict value representation of the class parameters
dict