mattinbits

Results 5 comments of mattinbits

Hi, thanks for the quick response. I did try this setting and while it does prevent the ModuleNotFoundError, it leads to a different error since `env.py` attempts to connect to...

Thanks for the pointer towards `context.cmd_opts`. From this I was able to do the following in my `env.py`: ``` cmd_name = config.cmd_opts.cmd[0].__name__ if cmd_name == "history" and not config.cmd_opts.indicate_current: run_command_offline...

FWIW, I am experiencing the same problem, via the DockerOperator in Airflow: ``` Client: Docker Engine - Community Version: 19.03.8 API version: 1.40 Go version: go1.12.17 Git commit: afacb8b7f0 Built:...