kaxil opened a new issue, #51554:
URL: https://github.com/apache/airflow/issues/51554
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
--
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: commits-unsubscr...@airflow.apache.org.apache.org
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org