Max Lei
08/20/2020, 4:09 AMflow.run()
everything works fine, but when I try to use the prefect server, it’s complaining about environmental variables not setup for AWS, such as: KeyError: 'No access key found. Please set the environment variable AWS_ACCESS_KEY_ID.'
Is this because the runs are being run inside the docker container?nicholas
08/20/2020, 4:15 AMMax Lei
08/20/2020, 4:31 AMos.environ["key"] = "abc"
is not being passed into flow.register()
?