Hey friends, we're running Alteryx 11.8 and MSSQL Enterprise 2016. We've been experimenting with polybase tables stored in Azure blob storage but have a problem accessing them from Alteryx.
Whenever I query an external polybase table in MSSQL using Alteryx's Input tool and a standard Microsoft SQL connection, I receive the following error:
Error SQLExecute: [Microsoft][ODBC Driver 13 for SQL Server][Sql Server]The query processor could not produce a query plan because CURSOR fetch queries cannot reference external tables. Ensure that the input request does not contain remote UPDATE or DELETE on external tables.
The query I am using is of the form: SELECT * FROM table WHERE FilterField = 'OH'.
Any ideas on how I can get Alteryx to work with polybase tables?