pierrejeambrun commented on code in PR #55680: URL: https://github.com/apache/airflow/pull/55680#discussion_r2355633908
########## setup_complete_airflow.sh: ########## @@ -0,0 +1,97 @@ +#!/bin/bash + +echo "🚀 Setting up complete Airflow environment for PR #55680..." + +# Set environment variables +export PATH="/Users/alphaskynet/Library/Python/3.9/bin:$PATH" Review Comment: What is that script for instance? I guess a local helper script, generated with LLM tools? We shouldn't commit this, please double check before submitting a PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
