FYI, it seems like I am getting some errors from P...
# contributing-to-airbyte
c
FYI, it seems like I am getting some errors from PostgresDestination in v0.13.0…
u
(investigating too)
u
It seems like the target config has empty schema:
Copy code
{
  "host": "localhost",
  "port": 3000,
  "schema": "",
  "database": "postgres",
  "password": "password",
  "username": "postgres",
  "basic_normalization": true
}
u
but it is shown in the ui
u
Ok i figured it out and it seems to be related to front-end… https://github.com/airbytehq/airbyte/issues/1789
u
@Chris (deprecated profile) would you be willing to do a fix for this?
u
it looks like you just need to make the schema field required.