Interface StitchEndpointBuilderFactory.StitchBuilders

    • Method Detail

      • stitch

        default StitchEndpointBuilderFactory.StitchEndpointBuilder stitch​(String path)
        Stitch (camel-stitch) Stitch is a cloud ETL service that integrates various data sources into a central data warehouse through various integrations. Category: cloud,api,compute,bigdata Since: 3.8 Maven coordinates: org.apache.camel:camel-stitch Syntax: stitch:tableName Path parameter: tableName The name of the destination table the data is being pushed to. Table names must be unique in each destination schema, or loading issues will occur. Note: The number of characters in the table name should be within the destination's allowed limits or data will rejected.
        Parameters:
        path - tableName
        Returns:
        the dsl builder
      • stitch

        default StitchEndpointBuilderFactory.StitchEndpointBuilder stitch​(String componentName,
                                                                          String path)
        Stitch (camel-stitch) Stitch is a cloud ETL service that integrates various data sources into a central data warehouse through various integrations. Category: cloud,api,compute,bigdata Since: 3.8 Maven coordinates: org.apache.camel:camel-stitch Syntax: stitch:tableName Path parameter: tableName The name of the destination table the data is being pushed to. Table names must be unique in each destination schema, or loading issues will occur. Note: The number of characters in the table name should be within the destination's allowed limits or data will rejected.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - tableName
        Returns:
        the dsl builder