github-actions[bot] opened a new pull request, #53609:
URL: https://github.com/apache/airflow/pull/53609

   * docs: update public interface doc to reflect airflow.sdk and AIP-72
   
   - Added a note under "Using Airflow Public Interfaces" to recommend using 
`airflow.sdk` as the official interface from Airflow 3.0.
   - Referenced AIP-72 and linked related documentation.
   - Encouraged users to prefer REST API and Python Client for integrations.
   
   * Update airflow-core/docs/public-airflow-interface.rst
   
   Great
   
   Co-authored-by: Jarek Potiuk <[email protected]>
   
   * fix(systemd): Update systemd service files and docs for Airflow 3.0
   
   - Updated systemd unit files to support Airflow 3.0 architecture.
   - Replaced deprecated `webserver` with `api-server` in ExecStart.
   - Added service units for new components: `triggerer`, `dag-processor`, and 
`api-server`.
   - Adjusted ExecStart commands to support virtualenv-based deployments.
   - Improved documentation (`run-with-systemd.rst`) to clarify service 
changes, virtualenv usage, and installation paths.
   - Linked to the updated GitHub `scripts/systemd` directory for latest 
service files.
   
   Tested Airflow 3.0 manually on macOS using virtualenv, confirming correct 
startup behavior for `scheduler`, `api-server`, and `triggerer`.
   
   * fix(systemd): Update systemd service files and docs for Airflow 3.0
   
   * Minor test failure fixes
   
   ---------
   (cherry picked from commit 097ae4517d06d0fae1ae5890e206fffa7e64c148)
   
   Co-authored-by: N R Navaneet <[email protected]>
   Co-authored-by: Jarek Potiuk <[email protected]>


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