pyspark.sql.SparkSession.getTags

SparkSession.getTags() → Set[str][source]

Get the tags that are currently set to be assigned to all the operations started by this thread.

New in version 3.5.0.

Returns
set of str

Set of tags of interrupted operations.