Skip to content

Commit

Permalink
Adiciona tasks do prefeito na função principal
Browse files Browse the repository at this point in the history
  • Loading branch information
maaottoni committed May 19, 2023
1 parent 9e3c3b5 commit b512ac4
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
from impulsoetl.utilitarios.bd import carregar_dataframe


@flow(
name="Obter Relatório de Produção por Profissional, Contuta e Tipo de Atendimento (Painel AGP)",
description=(
"Extrai, transforma e carrega os dados de produção da Atenção Primária à Saúde "
+"por problema/condição avaliada, a partir do Sistema de Informação em Saúde da Atenção "
+ "Básica do SUS."
),
retries=0,
retry_delay_seconds=None,
timeout_seconds=14400,
version=__VERSION__,
validate_parameters=False,
)
def relatorio_profissional_conduta_atendimento(
sessao: Session,
tabela_destino: str,
Expand Down

0 comments on commit b512ac4

Please sign in to comment.