-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a8609e0
commit 15c6495
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -325,6 +325,26 @@ dag: | |
webhook: https://hooks.slack.com/services/XXXXXXXX/XXXXNFDXXX/n6QXXXXrPwxQ71ZXXXXXT9 | ||
``` | ||
### Exemplo 10 | ||
Esta configuração filtra os resultados por órgão/unidade selecionados. | ||
Por enquanto disponível apenas para as pesquisas no DOU. | ||
```yaml {11} | ||
dag: | ||
id: department_example | ||
description: DAG de teste (filtro por departamento) | ||
search: | ||
terms: | ||
- dados abertos | ||
department: | ||
- Ministério da Gestão e da Inovação em Serviços Públicos | ||
- Ministério da Defesa | ||
report: | ||
emails: | ||
- [email protected] | ||
subject: "Teste do Ro-dou" | ||
``` | ||
## Compreendendo um pouco mais a pesquisa no DOU | ||
Todos os parâmetros disponíveis para pesquisa foram criados a partir da API da | ||
|