Dialect¶
Here is a list of available actions for Table Dialect:
check_dialect-- check the descriptor against JSON Schema(s)
Reference¶
dplib.actions.dialect.check.check_dialect(dialect)
¶
Check the validity of a Table Dialect descriptor
This validates the descriptor against the JSON Schema profiles to ensure conformity with Data Package standard and Data Package extensions.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
dialect |
Union[str, IDict, Dialect]
|
The Table Dialect descriptor |
required |
Returns:
| Type | Description |
|---|---|
List[MetadataError]
|
A list of errors |