Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source Postgres: views are not listed during schema discovery #8254

Closed
alafanechere opened this issue Nov 25, 2021 · 0 comments · Fixed by #8266
Closed

Source Postgres: views are not listed during schema discovery #8254

alafanechere opened this issue Nov 25, 2021 · 0 comments · Fixed by #8266
Assignees

Comments

@alafanechere
Copy link
Contributor

alafanechere commented Nov 25, 2021

Enviroment

  • Airbyte version: example is 0.32.5-alpha
  • OS Version / Instance: macOS
  • Deployment: example are Docker
  • Source Connector and version: Postgres 0.3.14
  • Severity: High

Current Behavior

Postgres views are not listed in streams anymore. It's a regression from prior version 0.3.13 with which views are properly listed in the stream list.

Expected Behavior

Postgres views should be replicable streams

Steps to Reproduce

  1. Create a view on your postgres sandbox
  2. Set up a connection with a postgres source (version 0.3.14)
  3. Listed stream does not contain postgres views

I think that the implementation of getPrivilegesTableForCurrentUser function for Postgres source (introduced in #8010) filters view out. @alexandertsukanov do you confirm my intuition?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants