bigflow
bigflow copied to clipboard
Fail 'bigflow build-dags' when BF can't import module
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).
The key line for this task: https://github.com/allegro/bigflow/blob/master/bigflow/cli.py#L97