Hello All! Could you help me to understand why tes...
# ingestion
b
Hello All! Could you help me to understand why tests from
run_results.json
did not parse? It contains:
Copy code
{
  "status": "pass",
  "timing": [
    {
      "name": "compile",
      "started_at": "2022-07-19T05:24:01.030208Z",
      "completed_at": "2022-07-19T05:24:01.076270Z"
    },
    {
      "name": "execute",
      "started_at": "2022-07-19T05:24:01.092355Z",
      "completed_at": "2022-07-19T05:24:01.309409Z"
    }
  ],
  "thread_id": "Thread-3 (worker)",
  "execution_time": 0.3308274745941162,
  "adapter_response": {},
  "message": null,
  "failures": 0,
  "unique_id": "test.dwh.not_null_dim_poses_pos_id.bbf0d646e2"
},
    {
      "status": "pass",
      "timing": [
        {
          "name": "compile",
          "started_at": "2022-07-19T05:24:01.763525Z",
          "completed_at": "2022-07-19T05:24:01.783930Z"
        },
        {
          "name": "execute",
          "started_at": "2022-07-19T05:24:01.784195Z",
          "completed_at": "2022-07-19T05:24:01.974451Z"
        }
      ],
      "thread_id": "Thread-2 (worker)",
      "execution_time": 0.21937918663024902,
      "adapter_response": {},
      "message": null,
      "failures": 0,
      "unique_id": "test.dwh.row_count_dim_poses_1__pos_id.a5451597d7"
    },
    {
      "status": "pass",
      "timing": [
        {
          "name": "compile",
          "started_at": "2022-07-19T05:26:12.219929Z",
          "completed_at": "2022-07-19T05:26:12.239354Z"
        },
        {
          "name": "execute",
          "started_at": "2022-07-19T05:26:12.239617Z",
          "completed_at": "2022-07-19T05:26:12.325147Z"
        }
      ],
      "thread_id": "Thread-9 (worker)",
      "execution_time": 0.10956311225891113,
      "adapter_response": {},
      "message": null,
      "failures": 0,
      "unique_id": "test.dwh.unique_dim_poses_pos_id.e6dc11e045"
    },
m
Hi @brave-tomato-16287: could you navigate to the redshift table and check the Assertions tab for that entity?
please mention the server version also, 0.8.41 fixes quite a few viewing issues with sibling entities
b
@mammoth-bear-12532 Thanks a lot! It works!
m
great! 👍