Class: Aws::Glue::Types::S3CatalogHudiSource

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

Overview

Specifies a Hudi data source that is registered in the Glue Data Catalog. The Hudi data source must be stored in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_hudi_optionsHash<String,String>

Specifies additional connection options.

Returns:

  • (Hash<String,String>)


21552
21553
21554
21555
21556
21557
21558
21559
21560
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21552

class S3CatalogHudiSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_hudi_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#databaseString

The name of the database to read from.

Returns:

  • (String)


21552
21553
21554
21555
21556
21557
21558
21559
21560
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21552

class S3CatalogHudiSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_hudi_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Hudi data source.

Returns:

  • (String)


21552
21553
21554
21555
21556
21557
21558
21559
21560
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21552

class S3CatalogHudiSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_hudi_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the Hudi source.

Returns:



21552
21553
21554
21555
21556
21557
21558
21559
21560
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21552

class S3CatalogHudiSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_hudi_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end

#tableString

The name of the table in the database to read from.

Returns:

  • (String)


21552
21553
21554
21555
21556
21557
21558
21559
21560
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21552

class S3CatalogHudiSource < Struct.new(
  :name,
  :database,
  :table,
  :additional_hudi_options,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end