An open API service indexing awesome lists of open source software.

https://github.com/kvdomingo/dagster-notif-template

Barebones Dagster template for pipeline failure notifications via Slack and email
https://github.com/kvdomingo/dagster-notif-template

aws-ses dagster python slack-api

Last synced: 3 months ago
JSON representation

Barebones Dagster template for pipeline failure notifications via Slack and email

Awesome Lists containing this project

README

        

# dagster-notif-template

This is a barebones Dagster template that includes code for pipeline failure notifications via Slack and email. AWS SES
is used here as the email service; adjust any code and variables as needed if you're using a different email service (
i.e. Sendgrid, SMTP).

## Prerequisites

- [ ] Python 3.11
- [ ] Poetry

## Setup

```shell
poetry install --no-root --with dev
```

Copy the contents of `.env.example` into a new file named `.env` and supply the needed values.

## Running locally

```shell
poetry run dagster dev -p 3000
```