* Fix DuckDB Azure write * separate file for azure logic * ee * ee repo ref * chore: update ee-repo-ref to 62cc5aaf46a4f825d9b0cf446924c07eeb95b8d5 This commit updates the EE repository reference after PR #379 was merged in windmill-ee-private. Previous ee-repo-ref: bec039939f73859535e9e8c94b3e876c1161836e New ee-repo-ref: 62cc5aaf46a4f825d9b0cf446924c07eeb95b8d5 Automated by sync-ee-ref workflow. --------- Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
7 lines
222 B
Rust
7 lines
222 B
Rust
// OSS stub for Azure proxy functionality
|
|
// The actual implementation is in azure_proxy_ee.rs (Enterprise Edition)
|
|
|
|
#[cfg(all(feature = "private", feature = "parquet"))]
|
|
#[allow(unused)]
|
|
pub use crate::azure_proxy_ee::*;
|