0

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.

Vasu Youth
  • 41
  • 3

1 Answers1

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
  • 33,992
  • 10
  • 50
  • 76