Class CrawlerDeltaTarget


  • public final class CrawlerDeltaTarget
    extends java.lang.Object
    • Method Detail

      • connectionName

        public java.util.Optional<java.lang.String> connectionName()
        Returns:
        The name of the connection to use to connect to the Delta table target.
      • createNativeDeltaTable

        public java.util.Optional<java.lang.Boolean> createNativeDeltaTable()
        Returns:
        Specifies whether the crawler will create native tables, to allow integration with query engines that support querying of the Delta transaction log directly.
      • deltaTables

        public java.util.List<java.lang.String> deltaTables()
        Returns:
        A list of the Amazon S3 paths to the Delta tables.
      • writeManifest

        public java.lang.Boolean writeManifest()
        Returns:
        Specifies whether to write the manifest files to the Delta table path.