AWS::Glue::Crawler DeltaTarget - AWS CloudFormation

AWS::Glue::Crawler DeltaTarget

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ConnectionName" : String, "CreateNativeDeltaTable" : Boolean, "DeltaTables" : [ String, ... ], "WriteManifest" : Boolean }

YAML

ConnectionName: String CreateNativeDeltaTable: Boolean DeltaTables: - String WriteManifest: Boolean

Properties

ConnectionName

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

Required: No

Type: String

Update requires: No interruption

CreateNativeDeltaTable

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

Required: No

Type: Boolean

Update requires: No interruption

DeltaTables

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

Required: No

Type: Array of String

Update requires: No interruption

WriteManifest

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

Required: No

Type: Boolean

Update requires: No interruption