Skip to content

Commit

Permalink
Update infographics_generate_image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
atalyaalon authored May 15, 2023
1 parent d661b3a commit 80fd4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow_server/dags/infographics_generate_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"newsflash_id": Param(0, type="integer"),
},) as fill_infographics_cache_dag:
CliBashOperator(cmd='anyway-etl anyway-kubectl-exec python3 \
main.py generate infographics_pictures --id {dag_kwargs[params][newsflash_id]}',
main.py generate infographics-pictures --id {dag_kwargs[params][newsflash_id]}',
task_id='generate-infographics-images',
)

0 comments on commit 80fd4fa

Please sign in to comment.