Source Postgres Not Possible Select Views

Is this your first time deploying Airbyte : No
Deployment Kubernetes
Airbyte Version : 0.35.5-alpha
Source name/version : Postgres 0.4.8
Destination name/version : Azure Blob Storage 0.1.3
Step : On sync
Description :
When I try to sync Views from the postgres database, I receive following error ( In the attachments I include full logs, but this particular part seems to me the most important one )

I created a dummy test, to verify if it is indeed a problem with views, and I have following findings:

  1. When I try to sync a table directly, everything works correctly
  2. I created a dummy view CREATE VIEW xyz AS SELECT * FROM table , where the the “table” is a table that I verified worked in the previous step, I receive the above mentioned errors.

Is there anything I can do to make the syncing data from postgres views working? Thank you for any help!

One workaround is downgrade the connector version to 0.4.4

There is a Github issue Postgres Source Connector Hides Materialized Views · Issue #9012 · airbytehq/airbyte · GitHub requesting the implementation of reading views for Postgres Source.