We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1723097 commit c0ec81fCopy full SHA for c0ec81f
etl-destinations/tests/support/bigquery.rs
@@ -1,4 +1,5 @@
1
#![allow(dead_code)]
2
+#![cfg(feature = "bigquery")]
3
4
use base64::Engine;
5
use base64::prelude::BASE64_STANDARD;
etl-destinations/tests/support/deltalake.rs
+#![cfg(feature = "deltalake")]
use deltalake::{DeltaResult, DeltaTable};
use etl::store::schema::SchemaStore;
etl-destinations/tests/support/lakekeeper.rs
+#![cfg(feature = "iceberg")]
use uuid::Uuid;
0 commit comments