-
Notifications
You must be signed in to change notification settings - Fork 85
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
add mechanism to check for processing progress at schema level #1043
Conversation
.progress()
at schema-level
@guzman-raphael , the problem with |
Right, just thinking how we can report progress consistently at the table level and the schema level. |
Yeah, ideally we'd fix the |
We can introduce an option to return as |
You mean for the new |
@ttngu207 Please resolve issues |
@dimitri-yatsenko , this |
Per discussion with @ttngu207 , we are closing this PR. This feature is not critical. |
Add new method
progress
for the schema object, returning the populate progress for all imported/computed tables for a given schema (also accounts forreserved
,error
,ignore
jobs)