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

Support dynamically adding tables to MaterializedPostgreSQL #27573

Closed
mlazowik opened this issue Aug 11, 2021 · 1 comment · Fixed by #28301
Closed

Support dynamically adding tables to MaterializedPostgreSQL #27573

mlazowik opened this issue Aug 11, 2021 · 1 comment · Fixed by #28301
Assignees
Labels

Comments

@mlazowik
Copy link

mlazowik commented Aug 11, 2021

I'm not sure if this is possible at all – could the MaterializedPostgreSQL be extended to either support automatically replicating new tables that are added upstream, or support ALTERing it to extend the set of tables?

I'm not using any table filters and right now I have to remove and recreate the whole MaterializedPostgreSQL instance to get the new tables.

@kssenii
Copy link
Member

kssenii commented Aug 11, 2021

Yes, it is possible to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants