-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Open
Labels
area:corearea:task-execution-interface-aip72AIP-72: Task Execution Interface (TEI) aka Task SDKAIP-72: Task Execution Interface (TEI) aka Task SDK
Milestone
Description
Move the current server components under airflow.core.* module structure & namespace to establish clear boundaries for AIP-72 server-client separation to clearly mark server components.
Example:
airflow.models.*→airflow.core.models.*airflow.jobs.*→airflow.core.jobs.*airflow.executors.*→airflow.core.executors.*airflow.api_fastapi.*→airflow.core.api.*
Success Criteria
- All server components in
airflow.core.*namespace - No internal code imports from old locations
- All tests pass with new structure
- Clear separation between server and shared components
Metadata
Metadata
Assignees
Labels
area:corearea:task-execution-interface-aip72AIP-72: Task Execution Interface (TEI) aka Task SDKAIP-72: Task Execution Interface (TEI) aka Task SDK
Type
Projects
Status
Todo