Class: Aws::Glue::Types::DeltaTarget

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

Overview

Specifies a Delta data store to crawl one or more Delta tables.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

The name of the connection to use to connect to the Delta table target.



9819
9820
9821
9822
9823
9824
9825
9826
# File 'lib/aws-sdk-glue/types.rb', line 9819

class DeltaTarget < Struct.new(
  :delta_tables,
  :connection_name,
  :write_manifest,
  :create_native_delta_table)
  SENSITIVE = []
  include Aws::Structure
end

#create_native_delta_tableBoolean

Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.



9819
9820
9821
9822
9823
9824
9825
9826
# File 'lib/aws-sdk-glue/types.rb', line 9819

class DeltaTarget < Struct.new(
  :delta_tables,
  :connection_name,
  :write_manifest,
  :create_native_delta_table)
  SENSITIVE = []
  include Aws::Structure
end

#delta_tablesArray<String>

A list of the Amazon S3 paths to the Delta tables.



9819
9820
9821
9822
9823
9824
9825
9826
# File 'lib/aws-sdk-glue/types.rb', line 9819

class DeltaTarget < Struct.new(
  :delta_tables,
  :connection_name,
  :write_manifest,
  :create_native_delta_table)
  SENSITIVE = []
  include Aws::Structure
end

#write_manifestBoolean

Specifies whether to write the manifest files to the Delta table path.



9819
9820
9821
9822
9823
9824
9825
9826
# File 'lib/aws-sdk-glue/types.rb', line 9819

class DeltaTarget < Struct.new(
  :delta_tables,
  :connection_name,
  :write_manifest,
  :create_native_delta_table)
  SENSITIVE = []
  include Aws::Structure
end