Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/docs/source/polars-on-premises/bare-metal/environment-variables.md
7889 views

Polars

VariableDescription
POLARS_ALLOW_PQ_EMPTY_STRUCTAllows reading or writing Parquet files that contain empty struct fields that are otherwise rejected.
POLARS_SKIP_DSL_HASH_VERIFICATIONSkips internal DSL schema/hash compatibility checks between polars-cloud client and polars-on-premises binary.
Set to 1 only in controlled environments when working around temporary DSL hash mismatches.
POLARS_TEMP_DIROverride the default temporary directory Polars uses for scratch files and some I/O operations.

You may also set any Polars OSS-recognized environment variables.

Polars on-premises

VariableDescription
OTLP_ENDPOINTTarget endpoint for sending OTLP traces/metrics/logs to your OpenTelemetry collector/observability stack.
e.g. http://otel-collector:4317.
OTEL_SERVICE_INSTANCE_IDOpenTelemetry service.instance.id that uniquely identifies this cublet instance in telemetry.
Must match cublet_id.
PLC_LOG_LEVELControls logging verbosity for the Polars on-premises components (e.g. scheduler/worker).
e.g. Info, Debug, Trace, etc. (follows the Rust naming).