kumoai.connector.SourceColumn#
- class kumoai.connector.SourceColumn[source]#
Bases:
object
The metadata of a column in a source table. Note that a source column simply provides a view into the metadata of a source table. To modify metadata, please create a Kumo Table and adjust the table’s data and semantic types.
Note
Semantic types are inferred based on data types only, and thus may not be accurate.
- Parameters:
- __init__(name, stype, dtype, is_primary)#