Here is an airflow operator example
t3 = BashOperator( task_id=\'templated\', params={\'my_param\': \'Parameter I passed in\'}, dag=dag, )