Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesIt seems that currently the Python tool is raising a `FileNotFoundError` exception in Python when there is not data incoming on an input connection. I have, for example, a Filter tool before the Python tool and sometimes there is just no data coming to Python tool - as it is intended.
Unfortunately, the Python tools gives my an error message in those cases with this message before the error:
This is only the case when there is no data incoming. In all other cases, the tool works fine.
Since this is not really an error, a way to either catch this before using `Alteryx.read("#1")` or just having `Alteryx.read()` return an empty data.frame (as I would expect it to do) would be appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.