I'm trying to run the following statement from an input tool in Alteryx (using actual object names):
SELECT * FROM TABLE(GET_OBJECT_REFERENCES(DATABASE_NAME => 'DATABASE_NAME', SCHEMA_NAME => 'SCHEMA_NAME', OBJECT_NAME => 'OBJECT_NAME'));
It runs as expected in the Snowflake UI, but when I run in Alteryx (using the same account/permissions) I get this error:

Does anyone know how to correct this?
Thanks!