Closed pkoppstein closed 1 month ago
You gave the edge table edges
the label knows
. The weakly_connected_components
table function now won't work with edges
, but instead expects knows
. This is a bit confusing, especially as the error message is not helpful.
SELECT * FROM weakly_connected_components(my_graph, nodes, knows);
This should work 🙂
I'll rework the error message
What happens?
Note: the documentation indicates the
"<edge table>"
should be used:To Reproduce
OS:
macOS
DuckDB Version:
v1.0.0
DuckDB Client:
CLI
Full Name:
Peter Koppstein
Affiliation:
Princeton University
How did you load the extension?
Latest version
Did you include all relevant data sets for reproducing the issue?
Not applicable - the reproduction does not require a data set
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?