Alteryx only pulls 1 million rows from Snowflake, max
I'm using Alteryx workflows to spool some data from Snowflake. The problem is that for some reason, Alteryx only pulls 1 million records, tops.
The input data tool has no max records marked, it should pull as much as it finds.
This is odd since I thought Alteryx was pretty much meant to be used with very large data sets. Is there some special configuration one needs to apply to pull over million records or is it just something that alteryx cannot do?
请先登录再写评论。
Alteryx can definitely handle more than 1 million rows, so the limit is likely coming from the Snowflake connector, query settings, or driver configuration. I'd verify the row count directly in Snowflake and check workflow logs for any truncation or connection-related issues. Sharing your Alteryx version and connection method may help pinpoint the cause.