UpdateTable
Update table metadata
type: "io.kestra.plugin.gcp.bigquery.UpdateTable"
id: gcp_bq_update_table
namespace: company.team
tasks:
- id: update_table
type: io.kestra.plugin.gcp.bigquery.UpdateTable
projectId: my-project
dataset: my-dataset
table: my-table
expirationDuration: PT48H
The dataset's user-defined ID.
The table's user-defined ID.
The user-friendly description for the table.
The encryption configuration.
duration
Sets the duration, since now, when this table expires.
If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
The user-friendly name for the table.
The GCP service account to impersonate.
Return a map for labels applied to the table.
The geographic location where the dataset should reside.
This property is experimental and might be subject to change or removed.
See Dataset Location
The GCP project ID.
Return true if a partition filter (that can be used for partition elimination) is required for queries over this table.
Automatic retry for retryable BigQuery exceptions.
Some exceptions (especially rate limit) are not retried by default by BigQuery client, we use by default a transparent retry (not the kestra one) to handle this case. The default values are exponential of 5 seconds for a maximum of 15 minutes and ten attempts
["due to concurrent update","Retrying the job may solve the problem"]
The messages which would trigger an automatic retry.
Message is tested as a substring of the full message, and is case insensitive.
["rateLimitExceeded","jobBackendError","internalError","jobInternalError"]
The reasons which would trigger an automatic retry.
["https://www.googleapis.com/auth/cloud-platform"]
The GCP scopes to be used.
The GCP service account.
The table definition.
date-time
The time when this table was created.
The dataset's ID.
The table definition.
The user-friendly description for the table.
The encryption configuration.
The hash of the table resource.
date-time
Returns the time when this table expires.
If not present, the table will persist indefinitely. Expired tables will be deleted and their storage reclaimed.
The user-friendly name for the table.
The service-generated id for the table.
Return a map for labels applied to the table.
date-time
The time when this table was last modified.
The size of this table in bytes.
The number of bytes considered "long-term storage" for reduced billing purposes.
The number of rows of data in this table.
The project's ID.
Return true if a partition filter (that can be used for partition elimination) is required for queries over this table.
The URL that can be used to access the resource again. The returned URL can be used for get or update requests.
The table name.
duration
RETRY_FAILED_TASK
RETRY_FAILED_TASK
CREATE_NEW_EXECUTION
>= 1
duration
constant
false
The external table definition if the type is EXTERNAL
.
The materialized view definition if the type is MATERIALIZED_VIEW
.
The table's schema.
The table definition if the type is TABLE
.
The view definition if the type is VIEW
.
Returns the clustering configuration for this table. If {@code null}, the table is not clustered.
Returns the range partitioning configuration for this table. If {@code null}, the table is not range-partitioned.
Returns information on the table's streaming buffer, if exists. Returns {@code null} if no streaming buffer exists.
Returns the time partitioning configuration for this table. If {@code null}, the table is not time-partitioned.
duration
duration
RETRY_FAILED_TASK
RETRY_FAILED_TASK
CREATE_NEW_EXECUTION
>= 1
duration
exponential
false
duration
duration
RETRY_FAILED_TASK
RETRY_FAILED_TASK
CREATE_NEW_EXECUTION
>= 1
duration
random
false
TABLE
VIEW
MATERIALIZED_VIEW
EXTERNAL
MODEL
date-time
duration
Whether automatic refresh is enabled for the materialized view when the base table is updated.
date-time
Date when this materialized view was last modified.
The query whose result is persisted.
duration
The maximum frequency at which this materialized view will be refreshed.
duration
The number of milliseconds for which to keep the storage for a partition. When expired, the storage for the partition is reclaimed. If null, the partition does not expire.
If not set, the table is partitioned by pseudo column '_PARTITIONTIME'; if set, the table is partitioned by this field.
If set to true, queries over this table require a partition filter (that can be used for partition elimination) to be specified.
INLINE
FROM_URI
If type
is UserDefinedFunction.Type.INLINE, this method returns a code blob.
If type
is UserDefinedFunction.Type.FROM_URI, the method returns a Google Cloud Storage URI (e.g. gs://bucket/path).
Whether automatic detection of schema and format options should be performed.
The compression type of the data source.
CSV
JSON
BIGTABLE
DATASTORE_BACKUP
AVRO
GOOGLE_SHEETS
PARQUET
ORC
The source format, and possibly some parsing options, of the external data.
Whether BigQuery should allow extra values that are not represented in the table schema.
If true, the extra values are ignored. If false, records with extra columns are treated as bad records, and if there are too many bad records, an invalid error is returned in the job result.
The maximum number of bad records that BigQuery can ignore when reading data.
If the number of bad records exceeds this value, an invalid error is returned in the job result.
The fully-qualified URIs that point to your data in Google Cloud Storage.
Each URI can
- contain one '*' wildcard character that must come after the bucket's name. Size limits related
- to load jobs apply to external data sources, plus an additional limit of 10 GB maximum size
- across all URIs.
duration
DAY
HOUR
MONTH
YEAR
INLINE
FROM_URI
CSV
JSON
BIGTABLE
DATASTORE_BACKUP
AVRO
GOOGLE_SHEETS
PARQUET
ORC