Skip to content

Table expiration #8

@dovydasm

Description

@dovydasm
CREATE SCHEMA PROJECT_ID.DATASET_ID
  OPTIONS (
    default_table_expiration_days = TABLE_EXPIRATION,
    location = 'LOCATION',
)
ALTER TABLE mydataset.mytable
  SET OPTIONS (
    expiration_timestamp=TIMESTAMP "2025-01-01 00:00:00 UTC";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions