{{::translate("RECIPE.EDIT_SCHEMA_MODAL.DATASET_EMPTY", "This dataset is empty")}}
{{::translate("RECIPE.EDIT_SCHEMA_MODAL.CHECK_SCHEMA_IS_CONSISTENT", "You can check that the schema is consistent with the dataset.")}}
You modified the schema of the dataset. It is recommended to check its consistency.
{{::translate("RECIPE.EDIT_SCHEMA_MODAL.SCHEMA_DOES_NOT_MATCH_DATA", "The schema of the dataset does not match the data")}}
{{reason}}
{{ consistency.result.needsCommentSynchronization ? 'Column descriptions do not match between DSS schema and table metadata' : 'The columns in the schema do not match detected columns in data' }}
Detected but not in schema: {{c}}
In schema but not detected: {{c}}
{{reason}}
The columns in the schema do not match detected columns in data
Detected but not in schema: {{c}}
In schema but not detected: {{c}}
{{reason}}
The schema of the dataset does not match the table
The schema of the dataset does not match the data
{{reason}}
An error occured while checking schema:
{{reason}}
{{::translate("RECIPE.EDIT_SCHEMA_MODAL.SCHEMA_DATA_CONSISTENT", "Schema and data are consistent.")}}
{{::translate("RECIPE.EDIT_SCHEMA_MODAL.SCHEMA_EMPTY", "Schema is empty.")}}