Class: Aws::Glue::Types::S3DeltaDirectTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::S3DeltaDirectTarget
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a target that writes to a Delta Lake data source in Amazon S3.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_options ⇒ Hash<String,String>
Specifies additional connection options for the connector.
-
#auto_data_quality ⇒ Types::AutoDataQuality
Specifies whether to automatically enable data quality evaluation for the S3 Delta direct target.
-
#compression ⇒ String
Specifies how the data is compressed.
-
#format ⇒ String
Specifies the data output format for the target.
-
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
-
#name ⇒ String
The name of the data target.
-
#number_target_partitions ⇒ String
Specifies the number of target partitions for distributing Delta Lake dataset files across Amazon S3.
-
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
-
#path ⇒ String
The Amazon S3 path of your Delta Lake data source to write to.
-
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
A policy that specifies update behavior for the crawler.
Instance Attribute Details
#additional_options ⇒ Hash<String,String>
Specifies additional connection options for the connector.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#auto_data_quality ⇒ Types::AutoDataQuality
Specifies whether to automatically enable data quality evaluation
for the S3 Delta direct target. When set to true, data quality
checks are performed automatically during the write operation.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#compression ⇒ String
Specifies how the data is compressed. This is generally not
necessary if the data has a standard file extension. Possible values
are "gzip" and "bzip").
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#format ⇒ String
Specifies the data output format for the target.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#number_target_partitions ⇒ String
Specifies the number of target partitions for distributing Delta Lake dataset files across Amazon S3.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The Amazon S3 path of your Delta Lake data source to write to.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
A policy that specifies update behavior for the crawler.
23434 23435 23436 23437 23438 23439 23440 23441 23442 23443 23444 23445 23446 23447 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23434 class S3DeltaDirectTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :format, :additional_options, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |