polars_cloud.LazyFrameRemote.labels#

LazyFrameRemote.labels(
labels: list[str] | str,
) LazyFrameRemote#

Add labels to the query.

Parameters:
labels

Labels to add to the query (will be implicitly created)

Examples

>>> query.remote(ctx).labels("docs").sink_parquet(...)