We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c8878 commit 937d16aCopy full SHA for 937d16a
1 file changed
pyiceberg/cli/console.py
@@ -218,7 +218,7 @@ def delete_files(
218
for item in file_paths:
219
file_paths_list.append(item)
220
221
- table.delete_files(file_paths=list(file_paths), branch=branch or MAIN_BRANCH, snapshot_properties=snapshot_properties)
+ table.delete_files(file_paths=file_paths_list, branch=branch or MAIN_BRANCH, snapshot_properties=snapshot_properties)
222
output.text(f"Deleted {len(file_paths)} file(s) from {identifier}")
223
224
0 commit comments