Hello team, happy tuesday! Question for you - wou...
# singer-tap-development
s
Hello team, happy tuesday! Question for you - would anyone know how to use conditional statements on child stream? I would like to create a child stream which is only triggered when the parent stream has a specific boolean value (it's not a boolean, it's a string, but for clarity lets go with a boolean 😉 ) Ex: • ParentStream(meltanoStream) has x=false in record; child stream is not called • ParentStream(meltanoStream) has x=true; in record; child stream is called to create new record Is this possible?