Session.get_schema#

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

Returns the schema for any data source.

This includes information on whether the columns are nullable.

Parameters:

source_id (str) – The ID for the data source whose column types are being retrieved.

Return type:

Dict[str, ColumnDescriptor]