kate-rodgers

Results 1 comments of kate-rodgers

I was just able to get the following to work: ``` task = BashOperator( task_id="bash_command", bash_command=bash_command, retries=2, retry_delay=timedelta(minutes=1), do_xcom_push=False, env={ 'PYTHONUNBUFFERED': '1', 'PYTHONFAULTHANDLER': '1', # Helps debug crashes 'FORCE_COLOR': '1'...