GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Schema (google_api_data_catalog v0.32.2)
View SourceRepresents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
Attributes
-
columns
(type:list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ColumnSchema.t)
, default:nil
) - The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Schema{ columns: [ GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ColumnSchema.t() ] | nil }