You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2023/06/22 00:35:00 UTC

[jira] [Assigned] (NIFI-11739) Add ability to ignore missing fields in PutIceberg

     [ https://issues.apache.org/jira/browse/NIFI-11739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess reassigned NIFI-11739:
-----------------------------------

    Assignee: Matt Burgess

> Add ability to ignore missing fields in PutIceberg
> --------------------------------------------------
>
>                 Key: NIFI-11739
>                 URL: https://issues.apache.org/jira/browse/NIFI-11739
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>
> Other processors such as PutDatabaseRecord have a property to specify how to handle if a field is missing from the records but is present in the target table/schema. PutIceberg currently requires each of the columns in an Iceberg table to be represented by a field in the records in the incoming FlowFile.
> This Jira proposes to add the same "Unmatched Column Behavior" property to PutIceberg as is in other processors. If a field is missing in the records, the datatype from the target table will be used, with a value of null.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)