Join Slack
Powered by
Is there a boolean data type in kedro? e.g. if I h...
# questions
m
Marshall Krassenstein
09/10/2024, 8:22 PM
Is there a boolean data type in kedro? e.g. if I have a node that I want to return True or False, what data type is best practice to use?
c
Chris Schopp
09/10/2024, 9:41 PM
I
think
if you used a
MemoryDataset
the node's output would remain a Boolean when passed to the downstream node(s). You just couldn't slice the pipeline at this node.
this
1
✅ 1
2
Views
Open in Slack
Previous
Next