We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0111ebb commit d451c7cCopy full SHA for d451c7c
1 file changed
integration-test/Cargo.toml
@@ -10,9 +10,7 @@ publish = false
10
[dependencies]
11
anyhow = "1.0.98"
12
duckdb = "1.1.3"
13
-
14
-# "https://github.com/datafusion-contrib/datafusion-table-providers.git", rev = "7d4fa6d36b464a72afea88e7d3644e143c2535ad",
15
-datafusion-table-providers = { path = "../../datafusion-table-providers/core", features = [
+datafusion-table-providers = { git = "https://github.com/datafusion-contrib/datafusion-table-providers.git", rev = "374083cdccbb3f4e6ab7fa3ee6d1b6a87393f563", features = [
16
"duckdb",
17
"duckdb-federation",
18
] } # spiceai-50
0 commit comments