From 75d736ca7e6abb96e0098390f7876290ac779e8a Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 24 Feb 2024 17:44:43 +0100 Subject: [PATCH] reactivate parquet features --- backend/windmill-worker/Cargo.toml | 1 + backend/windmill-worker/src/common.rs | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/windmill-worker/Cargo.toml b/backend/windmill-worker/Cargo.toml index 45afda0932..d0047a9922 100644 --- a/backend/windmill-worker/Cargo.toml +++ b/backend/windmill-worker/Cargo.toml @@ -14,6 +14,7 @@ prometheus = ["dep:prometheus", "windmill-common/prometheus"] enterprise = ["windmill-queue/enterprise", "windmill-git-sync/enterprise", "dep:gcp_auth", "dep:jsonwebtoken", "dep:openidconnect", "dep:pem", "dep:sha2", "dep:tiberius", "dep:tokio-util"] benchmark = ["windmill-queue/benchmark"] flamegraph = [] +parquet = ["windmill-common/parquet"] [dependencies] windmill-queue.workspace = true diff --git a/backend/windmill-worker/src/common.rs b/backend/windmill-worker/src/common.rs index dd6e9b323e..a7ea56cfd3 100644 --- a/backend/windmill-worker/src/common.rs +++ b/backend/windmill-worker/src/common.rs @@ -1033,7 +1033,6 @@ pub async fn hash_args( } -#[cfg(feature = "polars")] async fn get_workspace_s3_resource_path( db: &DB, client: &AuthedClient,