polars_cloud.LazyFrameExt.labels#
- LazyFrameExt.labels(labels: list[str] | str) LazyFrameExt #
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(...)