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

Add an exception to be raised if a table is empty #25

Open
AnastasiaProkaieva opened this issue Jun 5, 2023 · 0 comments
Open

Add an exception to be raised if a table is empty #25

AnastasiaProkaieva opened this issue Jun 5, 2023 · 0 comments

Comments

@AnastasiaProkaieva
Copy link

Problem:
Currently, if a dataset is empty(table contains no records), there will be an error through not found num_workers, while I would expect to get an error: your table is empty please verify your path is correct or please use the table that contains records.

Proposed Solution:
Do a count of records on a table and add an exception with a proper message.

Can fix it.

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

No branches or pull requests

1 participant