On 10/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Is there a way to validate a schema against a dict but by pass the
> "missing value" error ? That is, I want to use a schema created from
> the table definition but what I received from the web may not contains
> all the fields in that schema.

allow_extra_fields = True on the schema

Kevin

Reply via email to