pyspark.sql.SparkSession.removeTag¶
-
SparkSession.
removeTag
(tag: str) → None[source]¶ 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
- taglist of str
The tag to be removed. Cannot contain ‘,’ (comma) character or be an empty string.