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.
While running a test, I created a column description like this:
This produced an error:
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.