The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
bfba2b9262c4036013ccd517f3882380ae28fe32 / Kaxil Naik <kaxiln...@gmail.com>
AIP-72: Add support for fetching variables and connections in Supervisor

- Updated `VariableOperations` and `ConnectionOperations` in `Client`:
  - Added `get` methods for fetching variable and connection details.
- Refactored communication protocol (`comms.py`):
  - Unified result models (`ConnectionResult`, `VariableResult`, `XComResult`) 
extending auto-generated models.
  - Renamed `ReadXCom` to `GetXCom` for consistency with other request models 
(`GetConnection`, `GetVariable`).
- Updated `WatchedSubprocess` in `supervisor.py`:
  - Integrated `handle_requests` to process `GetVariable` and `GetConnection` 
messages.

and some minor refactors

Report URL: https://github.com/apache/airflow/actions/runs/11957765990

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org

Reply via email to