singer_sdk.testing.tap_tests.AttributeIsDateTimeTest¶
- class singer_sdk.testing.tap_tests.AttributeIsDateTimeTest[source]¶
Test a given attribute contains unique values (ignores null values).
- classmethod evaluate(stream, property_name, property_schema)[source]¶
Determine if this attribute test is applicable to the given property.
- test()[source]¶
Run test.
- Raises:
AssertionError – if value cannot be parsed as a datetime.
- Return type:
None