The GitHub Actions job "Tests (AMD)" on airflow.git/fix/azure-batch-15x-sdk has 
failed.
Run started by GitHub user arieleli01212 (triggered by eladkal).

Head commit for run:
c87e5fa14666589eed05a1cf009d0a5c52c67cc3 / Ariel Eli 
<[email protected]>
fix(microsoft-azure): migrate deferrable batch code to azure-batch 15.x API

Main's deferrable AzureBatchOperator feature (#66815) used the azure-batch
14.x client surface (client.task.list, client.pool.get, 
client.compute_node.list).
Migrate these to the 15.x track-2 flat methods (list_tasks, get_pool, 
list_nodes)
to match the rest of this PR.

- triggers/batch.py: hook.connection.task.list -> list_tasks
- operators/batch.py: connection.pool.get -> get_pool, 
connection.compute_node.list -> list_nodes
- hooks/batch.py: type: ignore[arg-type] on BatchClient credential 
(AzureIdentityCredentialAdapter
  is not a TokenCredential subtype; same convention as asb.py)
- ruff format the trigger
- known_airflow_exceptions.txt: operators/batch.py 9 -> 8
- spelling_wordlist.txt: add BatchClient, BatchNodeState

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to