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>)


15836
15837
15838
15839
15840
15841
15842
15843
15844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15836

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)


15836
15837
15838
15839
15840
15841
15842
15843
15844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15836

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)


15836
15837
15838
15839
15840
15841
15842
15843
15844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15836

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:



15836
15837
15838
15839
15840
15841
15842
15843
15844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15836

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)


15836
15837
15838
15839
15840
15841
15842
15843
15844
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15836

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