The Python Tool is throwing a RuntimeError if a input table to the Alteryx.read() function contains no rows.
The error shown is:
Error: unable to read input table "4460abb7be83bae8f01b9bf1238a923c" (C:\Users\...
I've created a workaround by inputting the column names separately, catching the error, and exporting an empty Pandas DataFrame, but the Alteryx.read() function should handle tables with no rows by creating an empty Pandas DataFrame directly.
The implementation is part of a Macro and I can't guarantee they will always be rows received.
Had anyone else encountered this problem?