Running a KubernetesPodOperator task locally:
$ astro dev run test _example_k8s select 2020-05-10
No logs appear in stdout until the task finishes. I have to use
kubectl get pods
kubectl logs <podname> -f
to tail the log while the task is running. Is there a way to stream those logs with a cli flag?