Session.get_column_types#

from tmlt.analytics import Session
Session.get_column_types(source_id)#

Returns the column types for any data source.

This does not include information on whether the columns are nullable.

Return type:

Dict[str, ColumnType]