Refresh multiple streams (but not all) #56992
portalhacker
started this conversation in
Platform Features or Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us about the problem you're trying to solve
Refresh multiple streams at once, but not all of them.
Describe the solution you’d like
Sometimes a few streams did not sync properly, or an underlying configuration changed without changing the schema.
Refreshing all streams at the connection level is too long and there are some streams we may not want to refresh.
Describe the alternative you’ve considered or used
Currently, I refresh every stream one by one, but every refresh triggers a sync which can take hours.
Once the sync is completed I return to the UI and trigger the next stream refresh, which triggers a sync again.
I repeat these steps until all desired streams are refreshed.
Another option I did not test yet is to:
Are you willing to submit a PR?
No, I don't know the platform well enough yet.
Beta Was this translation helpful? Give feedback.
All reactions