Skip to content

Commit

Permalink
update README with slack notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbellini committed Apr 10, 2024
1 parent de80178 commit cb8d66e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,18 @@ serviço **smtp4dev** uma vez que ele não será mais necessário.
make run
```

## Notificação de erros na execução das DAGs

O Ro-Dou permite envio de mensagens slack quando ocorrer alguma falha na
execução da `dag`. Para isso:

1. Criar o app no slack conforme orientações do vídeo [How to Add Slack Notifications to Your Airflow DAG's with Airflow Notifiers](https://www.youtube.com/watch?v=4yQJWnhKEa4&ab_channel=TheDataGuy).
2. Criar conexão no Airflow com a seguinte configuração:
* `Connection Id` = `slack_notify_rodou_dagrun`
* `Connection Type` = `Slack API`
* `Description` = `{"channel": "nome-do-channel-pra-mandar-mensagem"}`
* `Slack API Token` = `obtido no passo 1`

# Exemplos de Configuração YAML

### Exemplo 1
Expand Down

0 comments on commit cb8d66e

Please sign in to comment.