Ultimate access to all questions.
In a dataset that has been defined using Delta Live Tables, an expectations clause is included as follows: CONSTRAINT valid_timestamp EXPECT (timestamp > '2020-01-01') ON VIOLATION FAIL UPDATE. What will be the expected behavior when a batch of data, which contains records that do not satisfy these constraints, is processed?