nxcals.api.extraction.data.builders.SparkSession.removeTag

SparkSession.removeTag(tag: str) None

Remove a tag previously added to be assigned to all the operations started by this thread in this session. Noop if such a tag was not added earlier.

New in version 3.5.0.

Parameters:

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