Class: Aws::Glue::Types::S3HudiCatalogTarget

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies a target that writes to a Hudi data source in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsHash<String,String>

Specifies additional connection options for the connector.

Returns:

  • (Hash<String,String>)


23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#auto_data_qualityTypes::AutoDataQuality

Specifies whether to automatically enable data quality evaluation for the S3 Hudi catalog target. When set to true, data quality checks are performed automatically during the write operation.



23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The name of the database to write to.

Returns:

  • (String)


23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data target.

Returns:

  • (String)


23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the S3 Hudi catalog target.

Returns:



23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#partition_keysArray<Array<String>>

Specifies native partitioning using a sequence of keys.

Returns:

  • (Array<Array<String>>)


23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#schema_change_policyTypes::CatalogSchemaChangePolicy

A policy that specifies update behavior for the crawler.



23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to write to.

Returns:

  • (String)


23725
23726
23727
23728
23729
23730
23731
23732
23733
23734
23735
23736
23737
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23725

class S3HudiCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end