- NAME
-
- gcloud alpha biglake iceberg catalogs failover - failover a BigLake Iceberg REST catalog
- SYNOPSIS
-
-
gcloud alpha biglake iceberg catalogs failoverCATALOG--primary-replica=PRIMARY_REPLICA[--conditional-failover-replication-time=CONDITIONAL_FAILOVER_REPLICATION_TIME] [--validate-only] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(ALPHA)Failover a BigLake Iceberg REST catalog. - POSITIONAL ARGUMENTS
-
-
Catalog resource - The Iceberg Catalog to failover. This represents a Cloud
resource. (NOTE) Some attributes are not given arguments in this group but can
be set in other ways.
To set the
projectattribute:-
provide the argument
catalogon the command line with a fully specified name; -
provide the argument
--projecton the command line; -
set the property
core/project.
This must be specified.
CATALOG-
ID of the catalog or fully qualified identifier for the catalog.
To set the
catalogattribute:-
provide the argument
catalogon the command line.
-
provide the argument
-
provide the argument
-
Catalog resource - The Iceberg Catalog to failover. This represents a Cloud
resource. (NOTE) Some attributes are not given arguments in this group but can
be set in other ways.
- REQUIRED FLAGS
-
--primary-replica=PRIMARY_REPLICA- The primary replica region to failover to.
- OPTIONAL FLAGS
-
--conditional-failover-replication-time=CONDITIONAL_FAILOVER_REPLICATION_TIME-
If not specified, wait for all data from the source region to replicate to the
new primary region before completing the failover, with no data loss. If
specified, the failover will be executed immediately, accepting data loss of any
data commited after the specified timestamp. This timestamp must be in UTC
format, e.g. "2025-10-09T01:13:34.038262Z". See
$ gcloud topic datetimesfor more information. --validate-only- If true, the failover will be validated but not executed.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If this command fails with API permission errors despite specifying the correct project, you might be trying to access an API with an invitation-only early access allowlist.
gcloud alpha biglake iceberg catalogs failover
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-09 UTC.