Hi, I found an issue with the Postgres source conn...
# contributing-to-airbyte
j
Hi, I found an issue with the Postgres source connector 0.3.14+, would the best thing to do be create an issue/bug report on github? Specifically, the issue seems related to this change that excludes the tables where the DB user doesn’t have select privileges on the table. In my case, I have some materialized views, which the DB user does have select privileges on, but the materialized views don’t show up in the catalog in Airbyte.
I looked through the code in the PR above, but couldn’t really tell what it was doing to determine privileges. Here’s a SO post I found which describes the difference between privileges for tables/views vs materialized views.
I might also add, I have reverted to version 0.13.3 for the time being
@Jason Edwards could you create an issue on GH and label with
area/connectors
?