n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
47.39k stars 7.1k forks source link

Error workflow configuration does not work with SnowFlake node #7916

Open antonialoytorrens-ikaue opened 10 months ago

antonialoytorrens-ikaue commented 10 months ago

Not sure if this behaviour should be the intended one, but this is what I'm getting:

Describe the bug On Error, if I configure the snowflake node to Continue (using error output), or Continue, I should get what the error is and/or some type of redirection.

To Reproduce Steps to reproduce the behavior:

  1. Create a Snowflake node with test credentials.
  2. Double click the snowflake node.
  3. Set Operation to Execute Query.
  4. Put a sample SQL query that for sure it will fail with an error: SELECT * FROM THIS WILL ERROR;
  5. Click the options tooltip menu.
  6. Set On Error to Continue (using error output) or Continue.

Execute workflow and see the results.

Expected behavior

Environment (please complete the following information):

Additional context Use the following workflow as a testing example: Test_failing_snowflake_query.zip

Joffcom commented 10 months ago

Hey @antonialoytorrens-ikaue,

Thanks for the report, It looks like Snowflake node has no support at all for "continue on fail". I have created NODE-978 as the internal dev ticket to have this added in the future.

antonialoytorrens-ikaue commented 10 months ago

Perfect, thank you very much!