dataprep icon indicating copy to clipboard operation
dataprep copied to clipboard

Universal parameter value legitimacy check

Open peiwangdb opened this issue 5 years ago • 0 comments

Describe the bug If the user-specified _count is larger than max_count, the system does not check. Similarly, for each universal parameter, we should define checking rules and check the legitimacy of the value provided by the user.

Expected behavior Connector should first check if the _count is legal, otherwise, it is a waste of resources.

peiwangdb avatar Sep 20 '20 17:09 peiwangdb