79135149

Date: 2024-10-28 21:33:54
Score: 1.5
Natty:
Report link

You'll want to trigger the Pyspark job via an Action, which lets you generate and send an email notification as a side effect. Check out the docs here.

In principle you could hit a 3rd party API like SendGrid to send the email, although you lose some of Palantir's data security guarantees this way. To do it this way would require getting egress to the email provider whitelisted, creating a Data Connection to that provider, and then using that to send the request.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: William Gentry