Skip to content

Commit

Permalink
Update generate_and_send_infographics_images.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tkalir authored Aug 6, 2023
1 parent df0f5aa commit 3297c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow_server/dags/generate_and_send_infographics_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
) >> \
CliBashOperator(
cmd='anyway-etl anyway-kubectl-exec python3 main.py '
'telegram publish-notification --id {{ dag_run.conf["news_flash_id"] }}',
'telegram send-notification --id {{ dag_run.conf["news_flash_id"] }}',
task_id='send-infographics-to-telegram'
)
)

0 comments on commit 3297c4c

Please sign in to comment.