Hello guys,
I am running metadata ingestion via yaml file. However, when it fails it doesn't exit with code 1 or any error. Since I am using Dagster to run this ingestion pipeline, I have some trouble to track the ingestions which have failed.
Is there a way of forcing the script to exit with code 1 when failing ?
Thank you guys !