Interface CatalogDeltaSource.Builder

    • Method Detail

      • name

        CatalogDeltaSource.Builder name​(String name)

        The name of the Delta Lake data source.

        Parameters:
        name - The name of the Delta Lake data source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • database

        CatalogDeltaSource.Builder database​(String database)

        The name of the database to read from.

        Parameters:
        database - The name of the database to read from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • table

        CatalogDeltaSource.Builder table​(String table)

        The name of the table in the database to read from.

        Parameters:
        table - The name of the table in the database to read from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalDeltaOptions

        CatalogDeltaSource.Builder additionalDeltaOptions​(Map<String,​String> additionalDeltaOptions)

        Specifies additional connection options.

        Parameters:
        additionalDeltaOptions - Specifies additional connection options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputSchemas

        CatalogDeltaSource.Builder outputSchemas​(Collection<GlueSchema> outputSchemas)

        Specifies the data schema for the Delta Lake source.

        Parameters:
        outputSchemas - Specifies the data schema for the Delta Lake source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputSchemas

        CatalogDeltaSource.Builder outputSchemas​(GlueSchema... outputSchemas)

        Specifies the data schema for the Delta Lake source.

        Parameters:
        outputSchemas - Specifies the data schema for the Delta Lake source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.