Formats an incomplete Test Spec JSON
Was this helpful?
dbnl.experimental.prepare_incomplete_test_spec_payload( *, test_spec_dict: IncompleteTestSpecDict, project_id: Optional[str] = None, ) -> Dict[str, Any]:
test_spec_dict
A dictionary of the . Fields that might be missing in this dict include project_id and tag_ids
project_id
tag_ids
The ID of the dbnl Project this Test Spec will be created for.
TestSpecDict
An acceptable dict Test Spec schema.