Hi, I have some bash operators that are failing but airflow is not picking the failure up.
Here is an example: [image: image.png] This is a bash script that makes some "bq" and "gcloud" cli commands. I've used $? to get the status of such failed cli commands in the past and then do something. I've just wondering - how could i use the $? from the failed bq command to in turn pass an error to Airflow? Cheers, Andy
