singer_sdk.testing.tap_tests.StreamPrimaryKeysTest¶
- class singer_sdk.testing.tap_tests.StreamPrimaryKeysTest[source]¶
Test all records for a stream’s primary key are unique and non-null.
- test()[source]¶
Run test.
- Raises:
AssertionError – if record is missing primary key.
- Return type:
None