diff --git a/rust/lancedb/src/connection.rs b/rust/lancedb/src/connection.rs index 9078f3873..cd2c02394 100644 --- a/rust/lancedb/src/connection.rs +++ b/rust/lancedb/src/connection.rs @@ -892,6 +892,7 @@ pub struct ConnectBuilder { embedding_registry: Option>, } +#[cfg(feature = "remote")] const ENV_VARS_TO_STORAGE_OPTS: [(&str, &str); 1] = [("AZURE_STORAGE_ACCOUNT_NAME", "azure_storage_account_name")];