Class: Aws::Glue::Types::S3GlueParquetTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::S3GlueParquetTarget
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_data_quality ⇒ Types::AutoDataQuality
Specifies whether to automatically enable data quality evaluation for the S3 Glue Parquet target.
-
#compression ⇒ String
Specifies how the data is compressed.
-
#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 Parquet files when writing to Amazon S3 using Glue.
-
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
-
#path ⇒ String
A single Amazon S3 path to write to.
-
#schema_change_policy ⇒ Types::DirectSchemaChangePolicy
A policy that specifies update behavior for the crawler.
Instance Attribute Details
#auto_data_quality ⇒ Types::AutoDataQuality
Specifies whether to automatically enable data quality evaluation
for the S3 Glue Parquet target. When set to true, data quality
checks are performed automatically during the write operation.
24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24643 class S3GlueParquetTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :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").
24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24643 class S3GlueParquetTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#inputs ⇒ Array<String>
The nodes that are inputs to the data target.
24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24643 class S3GlueParquetTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data target.
24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24643 class S3GlueParquetTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#number_target_partitions ⇒ String
Specifies the number of target partitions for Parquet files when writing to Amazon S3 using Glue.
24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24643 class S3GlueParquetTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#partition_keys ⇒ Array<Array<String>>
Specifies native partitioning using a sequence of keys.
24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24643 class S3GlueParquetTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
A single Amazon S3 path to write to.
24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24643 class S3GlueParquetTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :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.
24643 24644 24645 24646 24647 24648 24649 24650 24651 24652 24653 24654 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24643 class S3GlueParquetTarget < Struct.new( :name, :inputs, :partition_keys, :path, :compression, :number_target_partitions, :schema_change_policy, :auto_data_quality) SENSITIVE = [] include Aws::Structure end |