amoghrajesh commented on PR #53332:
URL: https://github.com/apache/airflow/pull/53332#issuecomment-3102498484
Ran it on codespaces and I have some hope from the last commit 🤞🏽
```
Docker compose started for task SDK test
Installing apache-airflow-task-sdk==1.0.3...
Installing from: /workspaces/airflow/task-sdk
Using Python executable: /workspaces/airflow/.venv/bin/python
Running command: uv pip install --python
/workspaces/airflow/.venv/bin/python /workspaces/airflow/task-sdk
Using Python 3.12.1 environment at: /workspaces/airflow/.venv
Resolved 123 packages in 2.25s
Built apache-airflow-task-sdk @ file:///workspaces/airflow/task-sdk
Prepared 1 package in 532ms
Uninstalled 1 package in 3ms
░░░░░░░░░░░░░░░░░░░░ [0/1] Installing wheels...
warning: Failed to hardlink files; falling back to full copy. This may lead to
degraded performance.
If the cache and target directories are on different filesystems,
hardlinking may not be supported.
If this is intentional, set `export UV_LINK_MODE=copy` or use
`--link-mode=copy` to suppress this warning.
Installed 1 package in 1ms
~ apache-airflow-task-sdk==1.1.0 (from file:///workspaces/airflow/task-sdk)
Task SDK installed successfully with UV!
Verifying installation...
✅ Import successful
Making health check request...
[2025-07-22T12:25:31.808+0000] {_client.py:1025} INFO - HTTP Request: GET
http://localhost:8080/execution/health/ping "HTTP/1.1 200 OK"
======================== Health Check Response =========================
Status Code: 200
Response Headers:
date: Tue, 22 Jul 2025 12:25:30 GMT
server: uvicorn
content-type: application/json
airflow-api-version: 2025-08-10
vary: Accept-Encoding
content-encoding: gzip
transfer-encoding: chunked
Response Body:
{'ok': ['airflow.api_fastapi.auth.tokens.JWTValidator'], 'failing': {}}
========================================================================
Docker compose instance deleted
PASSED
```
Will clean up the code once I do that
--
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]