[Task] Update default value of `Node.selector` from `None` to `ColumnSelector("*")`
oliverholworthy opened this issue · 0 comments
oliverholworthy commented
Now that we have introduced a wildcard selector in #143 .
We could refactor the Node selector default to be ColumnSelector("*")
instead of None
.