bigflow icon indicating copy to clipboard operation
bigflow copied to clipboard

Fail 'bigflow build-dags' when BF can't import module

Open anjensan opened this issue 4 years ago • 1 comments

Current behaviour: dag generation of single workflow is skipped when python package can not be imported. This leads to incomplete deploys (some dags are generated, some are not). Expected: fail the whole 'build-dags' subcommand (fail-fast strategy).

anjensan avatar Jan 11 '21 16:01 anjensan

The key line for this task: https://github.com/allegro/bigflow/blob/master/bigflow/cli.py#L97

beczkowb avatar Oct 12 '21 18:10 beczkowb