0

I am trying to send an email notification whenever a JDBC connection is failing in my streamsets pipeline.

I am able to send email notification when a JDBC query has encountered an error. But not when JDBC connection has encountered an error. Went through a ton of streamsets documentation, but couldnt find an answer to this.

Can someone please help?

Mike
  • 721
  • 1
  • 17
  • 44

1 Answers1

1

You will be better off generating a notification based on pipeline states. For more info on Notifications, click here.

Cheers, Dash

Dash
  • 130
  • 3