refactor: update AirflowClient to use httpx for async requests and enhance tests for concurrency

This commit is contained in:
2025-05-04 04:00:49 +00:00
parent 5a864b27c5
commit bba42eea00
3 changed files with 70 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.6
rev: v0.11.8
hooks:
- id: ruff
args: [--fix]