Skip to content

Commit 9d5dbf2

Browse files
authored
fix(BA-6010): drop last_used_at from v1 CLI admin image list default fields (#11563)
1 parent 3e617fe commit 9d5dbf2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

changes/11563.fix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix `backend.ai admin image list` failing with `Cannot query field 'last_used_at' on type 'Image'` by removing `last_used_at` from the default field list of the v1 admin image listing.

src/ai/backend/client/func/image.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
image_fields["digest"],
2121
image_fields["size_bytes"],
2222
image_fields["aliases"],
23-
image_fields["last_used_at"],
2423
)
2524

2625

0 commit comments

Comments
 (0)