Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Action::IncompatibleDataSchema.
Action details for incompatible schemas detected by discovery.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#existing_schema
def existing_schema() -> ::String
Returns
- (::String) — The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.
#existing_schema=
def existing_schema=(value) -> ::String
Parameter
- value (::String) — The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.
Returns
- (::String) — The existing and expected schema of the table. The schema is provided as a JSON formatted structure listing columns and data types.
#new_schema
def new_schema() -> ::String
Returns
- (::String) — The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.
#new_schema=
def new_schema=(value) -> ::String
Parameter
- value (::String) — The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.
Returns
- (::String) — The new and incompatible schema within the table. The schema is provided as a JSON formatted structured listing columns and data types.
#sampled_data_locations
def sampled_data_locations() -> ::Array<::String>
Returns
- (::Array<::String>) — The list of data locations sampled and used for format/schema inference.
#sampled_data_locations=
def sampled_data_locations=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The list of data locations sampled and used for format/schema inference.
Returns
- (::Array<::String>) — The list of data locations sampled and used for format/schema inference.
#schema_change
def schema_change() -> ::Google::Cloud::Dataplex::V1::Action::IncompatibleDataSchema::SchemaChange
Returns
- (::Google::Cloud::Dataplex::V1::Action::IncompatibleDataSchema::SchemaChange) — Whether the action relates to a schema that is incompatible or modified.
#schema_change=
def schema_change=(value) -> ::Google::Cloud::Dataplex::V1::Action::IncompatibleDataSchema::SchemaChange
Parameter
- value (::Google::Cloud::Dataplex::V1::Action::IncompatibleDataSchema::SchemaChange) — Whether the action relates to a schema that is incompatible or modified.
Returns
- (::Google::Cloud::Dataplex::V1::Action::IncompatibleDataSchema::SchemaChange) — Whether the action relates to a schema that is incompatible or modified.
#table
def table() -> ::String
Returns
- (::String) — The name of the table containing invalid data.
#table=
def table=(value) -> ::String
Parameter
- value (::String) — The name of the table containing invalid data.
Returns
- (::String) — The name of the table containing invalid data.