package hooks
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait GenerateSymlinkManifestImpl extends PostCommitHook with DeltaLogging with Serializable
-
trait
PostCommitHook extends AnyRef
A hook which can be executed after a transaction.
A hook which can be executed after a transaction. These hooks are registered to a OptimisticTransaction, and are executed after a *successful* commit takes place.
Value Members
-
object
GenerateSymlinkManifest extends GenerateSymlinkManifestImpl
Post commit hook to generate hive-style manifests for Delta table.
Post commit hook to generate hive-style manifests for Delta table. This is useful for compatibility with Presto / Athena.