pyspark.sql.SparkSession.streams

property SparkSession.streams

Returns a StreamingQueryManager that allows managing all the StreamingQuery instances active on this context.

New in version 2.0.0.

Returns
StreamingQueryManager

Notes

This API is evolving.