reactivate parquet features

This commit is contained in:
Ruben Fiszel
2024-02-24 17:44:43 +01:00
parent 50ec008d93
commit 75d736ca7e
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -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
-1
View File
@@ -1033,7 +1033,6 @@ pub async fn hash_args(
}
#[cfg(feature = "polars")]
async fn get_workspace_s3_resource_path(
db: &DB,
client: &AuthedClient,