Hi,
I have a Python recipe that has 2 Snowflake tables as inputs and one file system dataset as another input.

When executing the recipe, I get this error:
Job failed: Error in Python process: At line 193: <class 'Exception'>: Query failed: b'Input dataset yrs_lots_wafers_exists is not a SQL table'
I could understand why this error would occur if this was the only input, but not when I do have valid Snowflake table inputs.