dataform-co / dataform-web-tracking

Dataform is a collaborative data modelling platform that enables analysts and engineers to manage complex data models in SQL
https://dataform.co
MIT License
2 stars 0 forks source link

Email Notification Channel NOT sending emails #323

Closed mshakhomirov closed 1 year ago

mshakhomirov commented 2 years ago

OUTCOME: Nothing in mail/spam folder

RuslanBergenov commented 1 year ago

Hi @mshakhomirov, I had the same issue.

Make sure you also add a "notify" key-value pair to your schedule.

  "schedules": [
    {
      "name": "daily_refresh",
      "cron": "0 8 * * *",
      "notify": [
        {
          "channel": "email",
          "statuses": [
            "FAILURE"
          ]
        }
      ]
    }
mshakhomirov commented 1 year ago

Hi @RuslanBergenov , I think it was a nasty bug during our POC. Time to to close this.