GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1Schema (google_api_data_catalog v0.25.0) View Source
Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
Attributes
-
columns
(type:list(GoogleApi.DataCatalog.V1.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1Schema{ columns: [GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ColumnSchema.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.