Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
SnowflakeNodeData |
SnowflakeNodeData.addAdditionalOptionsEntry(String key,
String value)
Add a single AdditionalOptions entry
|
SnowflakeNodeData |
SnowflakeNodeData.clearAdditionalOptionsEntries()
Removes all the entries added into AdditionalOptions.
|
SnowflakeNodeData |
SnowflakeNodeData.clone() |
SnowflakeNodeData |
SnowflakeTarget.getData()
Specifies the data of the Snowflake target node.
|
SnowflakeNodeData |
SnowflakeSource.getData()
Configuration for the Snowflake data source.
|
SnowflakeNodeData |
SnowflakeNodeData.withAction(String action)
Specifies what action to take when writing to a table with preexisting data.
|
SnowflakeNodeData |
SnowflakeNodeData.withAdditionalOptions(Map<String,String> additionalOptions)
Specifies additional options passed to the Snowflake connector.
|
SnowflakeNodeData |
SnowflakeNodeData.withAutoPushdown(Boolean autoPushdown)
Specifies whether automatic query pushdown is enabled.
|
SnowflakeNodeData |
SnowflakeNodeData.withConnection(Option connection)
Specifies a Glue Data Catalog Connection to a Snowflake endpoint.
|
SnowflakeNodeData |
SnowflakeNodeData.withDatabase(String database)
Specifies a Snowflake database for your node to use.
|
SnowflakeNodeData |
SnowflakeNodeData.withIamRole(Option iamRole)
Not currently used.
|
SnowflakeNodeData |
SnowflakeNodeData.withMergeAction(String mergeAction)
Specifies a merge action.
|
SnowflakeNodeData |
SnowflakeNodeData.withMergeClause(String mergeClause)
A SQL statement that specifies a custom merge behavior.
|
SnowflakeNodeData |
SnowflakeNodeData.withMergeWhenMatched(String mergeWhenMatched)
Specifies how to resolve records that match preexisting data when merging.
|
SnowflakeNodeData |
SnowflakeNodeData.withMergeWhenNotMatched(String mergeWhenNotMatched)
Specifies how to process records that do not match preexisting data when merging.
|
SnowflakeNodeData |
SnowflakeNodeData.withPostAction(String postAction)
A SQL string run after the Snowflake connector performs its standard actions.
|
SnowflakeNodeData |
SnowflakeNodeData.withPreAction(String preAction)
A SQL string run before the Snowflake connector performs its standard actions.
|
SnowflakeNodeData |
SnowflakeNodeData.withSampleQuery(String sampleQuery)
A SQL string used to retrieve data with the
query sourcetype. |
SnowflakeNodeData |
SnowflakeNodeData.withSchema(String schema)
Specifies a Snowflake database schema for your node to use.
|
SnowflakeNodeData |
SnowflakeNodeData.withSelectedColumns(Collection<Option> selectedColumns)
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
SnowflakeNodeData |
SnowflakeNodeData.withSelectedColumns(Option... selectedColumns)
Specifies the columns combined to identify a record when detecting matches for merges and upserts.
|
SnowflakeNodeData |
SnowflakeNodeData.withSourceType(String sourceType)
Specifies how retrieved data is specified.
|
SnowflakeNodeData |
SnowflakeNodeData.withStagingTable(String stagingTable)
The name of a staging table used when performing
merge or upsert append actions. |
SnowflakeNodeData |
SnowflakeNodeData.withTable(String table)
Specifies a Snowflake table for your node to use.
|
SnowflakeNodeData |
SnowflakeNodeData.withTableSchema(Collection<Option> tableSchema)
Manually defines the target schema for the node.
|
SnowflakeNodeData |
SnowflakeNodeData.withTableSchema(Option... tableSchema)
Manually defines the target schema for the node.
|
SnowflakeNodeData |
SnowflakeNodeData.withTempDir(String tempDir)
Not currently used.
|
SnowflakeNodeData |
SnowflakeNodeData.withUpsert(Boolean upsert)
Used when Action is
append . |
Modifier and Type | Method and Description |
---|---|
void |
SnowflakeTarget.setData(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
|
void |
SnowflakeSource.setData(SnowflakeNodeData data)
Configuration for the Snowflake data source.
|
SnowflakeTarget |
SnowflakeTarget.withData(SnowflakeNodeData data)
Specifies the data of the Snowflake target node.
|
SnowflakeSource |
SnowflakeSource.withData(SnowflakeNodeData data)
Configuration for the Snowflake data source.
|
Copyright © 2023. All rights reserved.