[
https://issues.apache.org/jira/browse/NIFI-11922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17752536#comment-17752536
]
ASF subversion and git services commented on NIFI-11922:
--------------------------------------------------------
Commit 8fa5bc267cb7db889236422428b4d5192566a302 in nifi's branch
refs/heads/support/nifi-1.x from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8fa5bc267c ]
NIFI-11922: Honor catalog/schema field in UpdateDatabaseTable
This closes #7585
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 88b6b587be6b3dd63d61b6a2e9ae321d8bacd1e1)
> UpdateDatabaseTable does not honor catalog/schema field
> -------------------------------------------------------
>
> Key: NIFI-11922
> URL: https://issues.apache.org/jira/browse/NIFI-11922
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.23.0
> Reporter: Lucas Read
> Assignee: Matt Burgess
> Priority: Major
> Fix For: 1.latest, 2.latest
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When using updatedatabasetable, with catalog and schema set, the processor
> does not give any errors but creates the tables in the public schema
> disregarding the schema field set in the processor.
> Looking at the create ddl messages with debug enabled its not adding
> catalog.schema to the create if not exists statement.
>
> Database type: postgres
--
This message was sent by Atlassian Jira
(v8.20.10#820010)