Session.get_id_column#

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

Returns the ID column of a table, if it has one.

Parameters:

source_id (str) – The name of the table whose ID column is being retrieved.

Return type:

Optional[str]