The GitHub Actions job "npm_and_yarn in  - Update #1027409676" on 
airflow.git/main has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
ffdc303b05e262d05adcc9fe60878697946ee8dc / Niko Oliveira <[email protected]>
Fix EKS token generation (#51333)

Tasks now executing via TaskSDK may not have access to the Database and
so initting the orm will fail. During the creation of the eks token, we
import the EksHook, which triggered the airflow init to run
(specifically in settings where the orm was initted). Export the env var
PYTHON_OPERATORS_VIRTUAL_ENV_MODE=1 so that this does not happen.

Also update the output processing to:

1) To be fully bash compliant (drop the use of `grep` with options that
   are not supported on some platforms)
2) Handle the new struct logging output/formatting of Airflow (this was
   also causing the token generation code to fail)

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to