ashb commented on code in PR #64760: URL: https://github.com/apache/airflow/pull/64760#discussion_r3044479416
########## 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 see you cover this later about the "software guards" section. Again, this might be a case where it's better to link to the other section than duplicate it here? -- 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]
