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

Data is not send to new tables #13

Closed
bblommers opened this issue Dec 15, 2019 · 0 comments
Closed

Data is not send to new tables #13

bblommers opened this issue Dec 15, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@bblommers
Copy link
Owner

Expected behaviour:
New table is created
All data in the old table is updated, and automatically send through

Actual behaviour:
New table is created
Existing data is already in the stream, and automatically send through

The old table is created with a stream automatically attached, so data created in the old table is automatically added to the stream. This hides the expected behaviour, because data does show up in the new table in the end

Fix: Dont automatically add a stream, unless specified.
Only add the stream to the first table, when the new table is created

@bblommers bblommers added the bug Something isn't working label Dec 15, 2019
bblommers added a commit that referenced this issue Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant