nxcals.api.extraction.data.builders.SparkSession.addTag

SparkSession.addTag(tag: str) None

Add a tag to be assigned to all the operations started by this thread in this session.

New in version 3.5.0.

Parameters:

tag (list of str) – The tag to be added. Cannot contain ‘,’ (comma) character or be an empty string.