You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Garbage collect historical runs. This should do the obviously correct thing on both local disk and s3.
databudgie gc databudgie gc --last 10 currently would be heuristical to determine what a "run" is databudgie gc --before 2020-01-01 databudgie gc --after 2020-01-01 databudgie gc --glob 'public.*' databudgie gc --filter 'public.advertiser'
The text was updated successfully, but these errors were encountered:
Garbage collect historical runs. This should do the obviously correct thing on both local disk and s3.
databudgie gc
currently would be heuristical to determine what a "run" isdatabudgie gc --last 10
databudgie gc --before 2020-01-01
databudgie gc --after 2020-01-01
databudgie gc --glob 'public.*'
databudgie gc --filter 'public.advertiser'
The text was updated successfully, but these errors were encountered: