Skip to content

Commit

Permalink
Merge pull request #47 from data-for-change/tkalir-patch-1
Browse files Browse the repository at this point in the history
Update generate_and_send_infographics_images.py
  • Loading branch information
tkalir authored Aug 6, 2023
2 parents df0f5aa + 3297c4c commit f3ccbd1
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 f3ccbd1

Please sign in to comment.