[ 
https://issues.apache.org/jira/browse/NIFI-11608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17728121#comment-17728121
 ] 

ASF subversion and git services commented on NIFI-11608:
--------------------------------------------------------

Commit 0344bd3e25c91e265d48a0410081af51ecb49092 in nifi's branch 
refs/heads/support/nifi-1.x from Steven Matison
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0344bd3e25 ]

NIFI-11608 Fixed Expression Language Evaluation in PutBigQuery

This closes #7316

Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 645618a6095a94488f845cb427a4d4768161953d)


> PutBigQuery: Missing Flowfile Attribute Evaluation
> --------------------------------------------------
>
>                 Key: NIFI-11608
>                 URL: https://issues.apache.org/jira/browse/NIFI-11608
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.21.0
>            Reporter: Juan Ignacio Saitua
>            Assignee: Steven Matison
>            Priority: Major
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> While the documentation states that PutBigQuery should support expression 
> language for DATASET, TABLE_NAME, and SKIP_INVALID_ROWS, that's not really 
> happening. An examination of the code reveals that these expressions are not 
> evaluated in the current implementation ([see code 
> here](https://github.com/apache/nifi/blob/cfd62c9511e43d5010fbfbb12b98b40bdfdb3fc2/nifi-nar-bundles/nifi-gcp-bundle/nifi-gcp-processors/src/main/java/org/apache/nifi/processors/gcp/bigquery/PutBigQuery.java#L193)).
>  Notably, the issue does not exist in the PutBigQueryBatch processor. While 
> both processors extends the AbstractBigQueryProcessor class, only 
> PutBigQueryBatch utilizes the AbstractBigQueryProcessor.getTableId() method, 
> which correctly evaluates and retrieves the tableId.



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

Reply via email to