Uploaded image for project: 'Talend Component Kit'
  1. Talend Component Kit
  2. TCOMP-2535

Allow optional outgoing row on Input connectors

Apply templateInsert Lucidchart Diagram
    XMLWordPrintable

Details

    • All
    • GreenHopper Ranking:
      0|i2t7bf:
    • 9223372036854775807
    • Small
    • To be defined

    Description

      In some cases, users may not want to have an output row from input connectors.
      Actually in Studio for component-runtime inputs, not specifying an output lead to codegen errors.

      The goal of this issue is to allow explicitly to make output row optional.
      This will be implemented by an API annotation for that purpose.

      As input connectors can be defined by PartitionMapper and Emitter, we will add a property to specify that behavior:

      boolean optionalRow() default false;
      

      The default behavior match the standard case.

      On component-runtime side, not specific regression attended.

      Attachments

        Activity

          People

            Unassigned Unassigned
            emmanuel_g emmanuel gallois
            emmanuel gallois
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: