Closed karlcz closed 2 years ago
Recent frictionless-py versions emit
WARNING - /.../.local/lib/python3.9/site-packages/frictionless/actions/validate.py:101: UserWarning: Function "validate_package" is deprecated (use "package.validate").
and similar. Investigate the deprecation info and the suggested alternative.
A patch for this is included in the sample_prep_method feature branch PR.
This is something we can only see when inspecting diagnostic outputs on the server side, but I can confirm that it works.
Recent frictionless-py versions emit
and similar. Investigate the deprecation info and the suggested alternative.