potiuk commented on code in PR #64760: URL: https://github.com/apache/airflow/pull/64760#discussion_r3044724290
########## AGENTS.md: ########## @@ -66,15 +66,74 @@ UV workspace monorepo. Key paths: ## Architecture Boundaries 1. Users author Dags with the Task SDK (`airflow.sdk`). -2. Dag Processor parses Dag files in isolated processes and stores serialized Dags in the metadata DB. +2. Dag File Processor parses Dag files in separate processes and stores serialized Dags in the metadata DB. It potentially has **direct database access** and uses an in-process Execution API transport that **potentially bypasses JWT authentication**. Review Comment: I rephrased it, to mention the software guards in those places. This is AGENTS.md, and next paragraph is about security model details - linking to the model, so I think that should be enough for the Agents to understand it. -- 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]
