SameerMesiah97 commented on PR #72163: URL: https://github.com/apache/airflow/pull/72163#issuecomment-5446364354
> Pushed 0903e25 — this fixes the static-checks failure on the earlier run. > > The cause was the `generate-airflowctl-help-images` prek hook: it regenerates the CLI help SVGs from `cli_config.py`, so adding a `tasks` subcommand left the checked-in `output_tasks.svg` (and its entry in `command_hashes.txt`) stale, and the hook failed with "files were modified by this hook". > > `output_tasks.svg` and the `tasks` hash are now regenerated. As a check that I reproduced the generation faithfully rather than just producing something plausible, I regenerated the other 16 commands too — all of their hashes and images come out byte-identical to what's committed, so the only changes in the diff are the `tasks` line and its image: > > ``` > -tasks:ea587dc805cadbce81cd640d357f2661 > +tasks:eb70701dfe1b9baeda39d5eea07fde5f > ``` > > The new image lists the command in its alphabetical slot: > > ``` > failed-deps Returns the unmet dependencies for a task instance > state Get the state of a task instance > states-for-dag-run Get the status of all task instances in a Dag run > ``` > > Workflows are showing `action_required` again on the new commit — could you re-approve when you have a moment? I can’t trigger CI. I don’t have the privileges. @potiuk could you help with that? -- 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]
