| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.DeltaTarget
Description
Synopsis
- data DeltaTarget = DeltaTarget' {}
- newDeltaTarget :: DeltaTarget
- deltaTarget_connectionName :: Lens' DeltaTarget (Maybe Text)
- deltaTarget_createNativeDeltaTable :: Lens' DeltaTarget (Maybe Bool)
- deltaTarget_deltaTables :: Lens' DeltaTarget (Maybe [Text])
- deltaTarget_writeManifest :: Lens' DeltaTarget (Maybe Bool)
Documentation
data DeltaTarget Source #
Specifies a Delta data store to crawl one or more Delta tables.
See: newDeltaTarget smart constructor.
Constructors
| DeltaTarget' | |
Fields
| |
Instances
newDeltaTarget :: DeltaTarget Source #
Create a value of DeltaTarget with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:connectionName:DeltaTarget', deltaTarget_connectionName - The name of the connection to use to connect to the Delta table target.
$sel:createNativeDeltaTable:DeltaTarget', deltaTarget_createNativeDeltaTable - Specifies whether the crawler will create native tables, to allow
integration with query engines that support querying of the Delta
transaction log directly.
$sel:deltaTables:DeltaTarget', deltaTarget_deltaTables - A list of the Amazon S3 paths to the Delta tables.
$sel:writeManifest:DeltaTarget', deltaTarget_writeManifest - Specifies whether to write the manifest files to the Delta table path.
deltaTarget_connectionName :: Lens' DeltaTarget (Maybe Text) Source #
The name of the connection to use to connect to the Delta table target.
deltaTarget_createNativeDeltaTable :: Lens' DeltaTarget (Maybe Bool) Source #
Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.
deltaTarget_deltaTables :: Lens' DeltaTarget (Maybe [Text]) Source #
A list of the Amazon S3 paths to the Delta tables.
deltaTarget_writeManifest :: Lens' DeltaTarget (Maybe Bool) Source #
Specifies whether to write the manifest files to the Delta table path.