usecases/image-processing/dags/1.10/image_processing.py [201:206]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    dag=dag,
)
create_thumbnail = PythonOperator(
    task_id='create_thumbnail',
    python_callable=create_thumbnail,
    provide_context=True,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



usecases/image-processing/dags/2.0/image_processing.py [198:203]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    dag=dag,
)
create_thumbnail = PythonOperator(
    task_id='create_thumbnail',
    python_callable=create_thumbnail,
    provide_context=True,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



