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 cd3d4e3 commit 8cdf30eCopy full SHA for 8cdf30e
etl/tests/partitioned_table_test.rs
@@ -1,3 +1,5 @@
1
+#![cfg(feature = "test-utils")]
2
+
3
use etl::destination::memory::MemoryDestination;
4
use etl::state::table::TableReplicationPhaseType;
5
use etl::test_utils::database::{spawn_source_database, test_table_name};
0 commit comments