github-actions[bot] opened a new pull request, #69322:
URL: https://github.com/apache/airflow/pull/69322

   The command added in 3.3.0rc1 repeated "state store" in both the group and 
the
   subcommand. Rename it to `airflow state-store clean`, mirroring `airflow db
   clean`. The old name only shipped in 3.3.0rc1, so renaming before GA keeps a
   single stable name for 3.3.0.
   
   Also make the help text and docs accurate about the current behavior: the
   command intentionally supports the metastore backend only and skips custom
   (worker-side) backends, and the docstring now explains why (correct cleanup 
of a
   worker-side backend needs to delete the DB refs and the backend data in 
order,
   which has to run where the backend's dependencies live, not on the 
server-side
   CLI). Fix a wrong class name (`MetastoreStateBackend` -> `MetastoreBackend`) 
in
   the docs.
   (cherry picked from commit 71be2b47b339bf7c76b3cb0b84f50261f3d830e2)
   
   Co-authored-by: Kaxil Naik <[email protected]>


-- 
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]

Reply via email to