dataprep
dataprep copied to clipboard
Universal parameter value legitimacy check
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.