In Apache NiFi, unable to configure databse schema. I'm trying to find a record in PostgesSQL using LookupRecord
. But unable to specify the schema name as there is no such option. It's looking by default in public schema. Please help me with this.
Asked
Active
Viewed 186 times
0

Vasu Youth
- 323
- 3
- 13
-
Any updates on this please? – Vasu Youth Oct 19 '20 at 13:03
1 Answers
0
You can specify the particular schema as part of the JDBC URL in newer versions of the Postgres driver. See example here.

Mike Thomsen
- 36,828
- 10
- 60
- 83