Skip to content

Please document description length constraints #183

@weaverba137

Description

@weaverba137

While running a test, I created a column description like this:

          - name: ra
            datatype: double
            description: "RA"
            "@id": dlairflow_test_schema.dlairflow_test_table.ra

This produced an error:

  String should have at least 3 characters [type=string_too_short, input_value='RA', input_type=str]
    For further information visit https://errors.pydantic.dev/2.12/v/string_too_short

I think it's fine to have a minimum length on the description, but is that documented anywhere? For example, I recently looked through the Data Model, but did not see any mention of a minimum length.

It may well be that other fields have similar constraints, and those should be documented as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions