Class: Aws::Glue::Types::CatalogDeltaSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CatalogDeltaSource
- 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
-
#additional_delta_options ⇒ Hash<String,String>
Specifies additional connection options.
-
#database ⇒ String
The name of the database to read from.
-
#name ⇒ String
The name of the Delta Lake data source.
-
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Delta Lake source.
-
#table ⇒ String
The name of the table in the database to read from.
Instance Attribute Details
#additional_delta_options ⇒ Hash<String,String>
Specifies additional connection options.
1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1557 class CatalogDeltaSource < Struct.new( :name, :database, :table, :additional_delta_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#database ⇒ String
The name of the database to read from.
1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1557 class CatalogDeltaSource < Struct.new( :name, :database, :table, :additional_delta_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Delta Lake data source.
1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1557 class CatalogDeltaSource < Struct.new( :name, :database, :table, :additional_delta_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#output_schemas ⇒ Array<Types::GlueSchema>
Specifies the data schema for the Delta Lake source.
1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1557 class CatalogDeltaSource < Struct.new( :name, :database, :table, :additional_delta_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |
#table ⇒ String
The name of the table in the database to read from.
1557 1558 1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1557 class CatalogDeltaSource < Struct.new( :name, :database, :table, :additional_delta_options, :output_schemas) SENSITIVE = [] include Aws::Structure end |