durgaprasadml opened a new pull request, #67606:
URL: https://github.com/apache/airflow/pull/67606

   Automate stable REST API permission reference doc generation.
   
   This PR introduces an automated extractor for stable REST API permissions 
and generates a reference RST document directly from the source routes and 
permission declarations.
   
   Current implementation:
   
   * statically analyzes /api/v2 route definitions
   * extracts requires_access_* permission metadata
   * generates api_permissions_ref.rst
   * includes regression and invariant tests
   * integrates with existing prek-based generation workflows
   
   This PR is intentionally opened as a draft to gather maintainer feedback on:
   
   * AST-based extraction vs runtime introspection
   * final file placement
   * generation workflow integration
   * committed generated artifacts
   
   Closes: #10937


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