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 4fc86ea commit 4670481Copy full SHA for 4670481
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