Class: Aws::Glue::Types::CatalogDeltaSource

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

Overview

Specifies a Delta Lake data source that is registered in the Glue Data Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_delta_optionsHash<String,String>

Specifies additional connection options.

Returns:

  • (Hash<String,String>)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2038

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

#databaseString

The name of the database to read from.

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2038

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

#nameString

The name of the Delta Lake data source.

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2038

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

#output_schemasArray<Types::GlueSchema>

Specifies the data schema for the Delta Lake source.

Returns:



2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2038

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

#tableString

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

Returns:

  • (String)


2038
2039
2040
2041
2042
2043
2044
2045
2046
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2038

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