GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexTableSpec (google_api_data_catalog v0.32.2)
View SourceEntry specification for a Dataplex table.
Attributes
-
dataplexSpec
(type:GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexSpec.t
, default:nil
) - Common Dataplex fields. -
externalTables
(type:list(GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexExternalTable.t)
, default:nil
) - List of external tables registered by Dataplex in other systems based on the same underlying data. External tables allow to query this data in those systems. -
userManaged
(type:boolean()
, default:nil
) - Indicates if the table schema is managed by the user or not.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexTableSpec{ dataplexSpec: GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexSpec.t() | nil, externalTables: [ GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1DataplexExternalTable.t() ] | nil, userManaged: boolean() | nil }