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
{{ message }}
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
Is this limitation still the case and why doesn't it backup clustered partitioned tables?
Unfortunately our main use case to backup is a giant events table which is clustered and partitioned.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @geekflyer, thanks for feedback and sharing your use case.
Unfortunately clustered partition tables are currently still not supported. BBQ by default copies single partition to a separate not existing table. This doesn't work for clustered partitioned tables, as they require creating empty table first. It's not a huge change, but still needs to be implemented.
Hi, thanks for this great project!
The docs mention that bbq will not backup:
Is this limitation still the case and why doesn't it backup clustered partitioned tables?
Unfortunately our main use case to backup is a giant events table which is clustered and partitioned.
Thanks
The text was updated successfully, but these errors were encountered: