| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogDeltaSource |
CatalogDeltaSource.addAdditionalDeltaOptionsEntry(String key,
String value)
Add a single AdditionalDeltaOptions entry
|
CatalogDeltaSource |
CatalogDeltaSource.clearAdditionalDeltaOptionsEntries()
Removes all the entries added into AdditionalDeltaOptions.
|
CatalogDeltaSource |
CatalogDeltaSource.clone() |
CatalogDeltaSource |
CodeGenConfigurationNode.getCatalogDeltaSource()
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
CatalogDeltaSource |
CatalogDeltaSource.withAdditionalDeltaOptions(Map<String,String> additionalDeltaOptions)
Specifies additional connection options.
|
CatalogDeltaSource |
CatalogDeltaSource.withDatabase(String database)
The name of the database to read from.
|
CatalogDeltaSource |
CatalogDeltaSource.withName(String name)
The name of the Delta Lake data source.
|
CatalogDeltaSource |
CatalogDeltaSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the Delta Lake source.
|
CatalogDeltaSource |
CatalogDeltaSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the Delta Lake source.
|
CatalogDeltaSource |
CatalogDeltaSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setCatalogDeltaSource(CatalogDeltaSource catalogDeltaSource)
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withCatalogDeltaSource(CatalogDeltaSource catalogDeltaSource)
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.