[
https://issues.apache.org/jira/browse/NIFI-11922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754617#comment-17754617
]
ASF subversion and git services commented on NIFI-11922:
--------------------------------------------------------
Commit 4260460ef81123c78679fc1995f4905808ff78c8 in nifi's branch
refs/heads/support/nifi-1.23 from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=4260460ef8 ]
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: 2.0.0, 1.24.0, 1.23.1
>
> 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)