diff --git a/airflow_server/dags/generate_and_send_infographics_images.py b/airflow_server/dags/generate_and_send_infographics_images.py index f945818..c6f7f31 100644 --- a/airflow_server/dags/generate_and_send_infographics_images.py +++ b/airflow_server/dags/generate_and_send_infographics_images.py @@ -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' - ) \ No newline at end of file + )