The GitHub Actions job "Tests" on airflow.git/fix/python-operator-show-return-default has succeeded. Run started by GitHub user Eason09053360 (triggered by Eason09053360).
Head commit for run: 92ca9248697e54645aafa7fe86d189ea65b009b8 / Eason09053360 <[email protected]> Change PythonOperator show_return_value_in_logs default to False The default value of `show_return_value_in_logs` parameter is changed from True to False to prevent out-of-memory (OOM) errors when operators return large amounts of data. This change makes PythonOperator consistent with SQLExecuteQueryOperator, which also defaults to False for the same reason. Users can still set show_return_value_in_logs=True explicitly if they want to see return values in logs for debugging purposes. Fixes: Large return values causing OOM errors in production Related: SQLExecuteQueryOperator behavior consistency Report URL: https://github.com/apache/airflow/actions/runs/21811609711 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
