Class: Aws::Glue::Types::CatalogHudiSource

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_hudi_optionsHash<String,String>

Specifies additional connection options.

Returns:

  • (Hash<String,String>)


1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1738

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


1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1738

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


1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1738

class CatalogHudiSource < 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:



1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1738

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


1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1738

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