Skip to content

[BUG] Snowflake Query Results trigger does not emit on prop configuration #11811

@andrewjschuang

Description

@andrewjschuang

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriagedFor maintainers: This issue has been triaged by a Pipedream employee

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions