Skip to main content
Every key in the bucket follows the same shape — once you can read one path, you can read all of them.
Beyond the tables, there’s a manifest prefix:
One manifest per snapshot date, recording what that day’s delivery holds. Its fields are:

How to tell if a partition is ready

Always check for _SUCCESS before processing the partition. It’s written last, after every Parquet file in that partition has been closed. A partition without _SUCCESS is either still in progress or failed.
Empty output, exit code 1: not ready yet.