vastdb.bucket
VAST Database bucket.
VAST S3 buckets can be used to create Database schemas and tables. It is possible to list and access VAST snapshots generated over a bucket.
- class vastdb.bucket.Bucket(name: str, tx: Transaction)[source]
Bases:
objectVAST bucket.
- create_schema(name: str, fail_if_exists=True) Schema[source]
Create a new schema (a container of tables) under this bucket.
- name: str