Skip to content

Version

Version

Bases: Resource

Metadata about the version of the connected StreamPipes server.

ATTRIBUTE DESCRIPTION
backend_version

version of the StreamPipes backend the client is connected to

TYPE: str

convert_to_pandas_representation()

Returns the dictionary representation of the version metadata to be used when creating a pandas Dataframe.

validate_backend_version(backend_version)

Validates the backend version of the StreamPipes. Sets 'development' if none is returned since this the behavior of StreamPipes backend running in development mode.