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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-glue/types.rb', line 17796

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)


17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-glue/types.rb', line 17796

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)


17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-glue/types.rb', line 17796

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:



17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-glue/types.rb', line 17796

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)


17796
17797
17798
17799
17800
17801
17802
17803
17804
# File 'lib/aws-sdk-glue/types.rb', line 17796

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