Skip to content

Commit

Permalink
Bug fix truncate_tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-mgreynolds committed Oct 23, 2023
1 parent 6b6a9f8 commit 6c34927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prism/commands/tables_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def tables_truncate(ctx, table, isname):
bucket_id = bucket['id']

# Don't specify a file to put a zero sized file into the bucket.
p.buckets_upload(bucket_id)
p.buckets_files(bucket_id)

# Ask Prism to run the delete statement by completing the bucket.
bucket = p.buckets_complete(bucket_id)
Expand Down

0 comments on commit 6c34927

Please sign in to comment.