C2_W3_Assignment Grade Error

So I submitted my C2_W3_Assigment, but the grading report indicated that I missed “Expectation file in S3 artifact bucket”

But, the files are there and so it the correct JSON output

JSON File Output

{
“data_asset_type”: null,
“expectation_suite_name”: “de-c2w3a1-expectation-suite-trips-taxi-db”,
“expectations”: [
{
“expectation_type”: “expect_column_values_to_not_be_null”,
“kwargs”: {
“column”: “pickup_datetime”
},
“meta”: {}
},
{
“expectation_type”: “expect_column_values_to_not_be_null”,
“kwargs”: {
“column”: “passenger_count”
},
“meta”: {}
},
{
“expectation_type”: “expect_column_values_to_be_between”,
“kwargs”: {
“column”: “congestion_surcharge”,
“max_value”: 5,
“min_value”: 0
},
“meta”: {}
}
],
“ge_cloud_id”: null,
“meta”: {
“great_expectations_version”: “0.18.22”
}
}

=====
Can you clarify where the mistake is?

Thanks

Hello @JackieBiz
The problem is with the content of the file. The expectation on column congestion_surcharge is incorrect. Please, refer to the lab instructions and use the correct values.