astro-cli
astro-cli copied to clipboard
`astro dev run ...` does not show logs for KubernetesPodOperator
Describe the bug
No logs of the process running inside the KPO were sent to the terminal with a KubernetesPodOperator running locally - other task logs (such as PythonOperator) were correctly emitted to the terminal
astro d run dags test <dag_id> correctly sent all logs to the terminal.
@kaxil do you happen to know what is going one here?