Skip to content

Conversation

@satyaprakashg
Copy link

With the default retention period feature, null value for expiration time
is a valid value. If the expiration time of the destination backup is not
specified (null) at the time of copy backup then the destination backup
will be created with the expiration time of the source backup.

In this commit, the precondition check on expiration time in the copy
backup path is removed.

Fixes # 288399059

…rt null expire time With the default retention period feature, null value for expiration time is a valid value. If the expiration time is not specified (null) at the time of create backup then the backup will be retained for the duration of maximum retention period. In this commit, the precondition check on expiration time in the create backup API path is removed. The condition remains intact for copy backup API and that would be addressed in a follow-up commit.
…t null expire time With the default retention period feature, null value for expiration time is a valid value. If the expiration time of the destination backup is not specified (null) at the time of copy backup then the destination backup will be created with the expiration time of the source backup. In this commit, the precondition check on expiration time in the copy backup path is removed.
@satyaprakashg satyaprakashg requested review from a team as code owners June 22, 2023 12:29
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: spanner Issues related to the googleapis/python-spanner API. labels Jun 22, 2023
@satyaprakashg
Copy link
Author

@asthamohta Could you review this diff. Also, can you please add "do not merge" tag on this diff since the backend changes are not merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the googleapis/python-spanner API. size: l Pull request size is large.

2 participants