Describe the bug
Snowflake - Query Results trigger
When the Emit Individual prop is set to false, the trigger logs show the warning:
Pipedream detected that component was still running code. Make sure you await all promises.
Not sure what’s the exact issue, but I suspect it's when it emits the rowStream object.
Sample SQL Query:
select count(*) as workflow_run_count from collection where date_trunc(hour, execution_timestamp) >= DATEADD(HOUR,-3,sysdate());
May be related to the specific SQL query above, other queries should be tested.
Additional context
Reported by a user.