BasicCatalogTarget

Specifies a target that uses a Glue Data Catalog table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The database that contains the table you want to use as the target. This database must already exist in the Data Catalog.

Link copied to clipboard

The nodes that are inputs to the data target.

Link copied to clipboard

The name of your data target.

Link copied to clipboard

The partition keys used to distribute data across multiple partitions or shards based on a specific key or set of key.

Link copied to clipboard

The table that defines the schema of your output data. This table must already exist in the Data Catalog.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String