The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
995070742c677927863c3041dcb95d5142e0cb4c / Ash Berlin-Taylor <a...@apache.org>
Show task logs in KubeExecutor on stdout

This is needed so that when the KubeExecutor is asked to get logs for a
running pod they show up in the pod.

This changes the `airflow.sdk.execution_time.execute_workload` entrypoint to
a. produce all logs as JSON, and
b. ask the SDK to send all output log messages to the top level logger to, so
   they appear on stdout.

In order to make the output a bit nicer this also tidies up/removes some of
the logging from dispose_orm so that it doesn't "pollute" the logs (this was
required as due to the current hack we have to upload remote logs, we ended up
alling dispose_orm at the end and that _wasn't_ JSON formatted).

Closes #46894

Report URL: https://github.com/apache/airflow/actions/runs/13839584781

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to