Skip to content

Commit

Permalink
Update SAT for validate_data_points Test Basic Read option. (#8342)
Browse files Browse the repository at this point in the history
  • Loading branch information
htrueman authored Nov 30, 2021
1 parent b265b6c commit f2f224f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,15 @@ Verifies when a discover operation is run on the connector using the given confi
## Test Basic Read

Configuring all streams in the input catalog to full refresh mode verifies that a read operation produces some RECORD messages. Each stream should have some data, if you can't guarantee this for particular streams - add them to the `empty_streams` list.
Set `validate_data_points=True` if possible. This validation is going to be enabled by default and won't be configurable in future releases.

| Input | Type | Default | Note |
| :--- | :--- | :--- | :--- |
| `config_path` | string | `secrets/config.json` | Path to a JSON object representing a valid connector configuration |
| `configured_catalog_path` | string | `integration_tests/configured_catalog.json` | Path to configured catalog |
| `empty_streams` | array | \[\] | List of streams that might be empty |
| `validate_schema` | boolean | True | Verify that structure and types of records matches the schema from discovery command |
| `validate_data_points` | boolean | False | Validate that all fields in all streams contained at least one data point |
| `timeout_seconds` | int | 5\*60 | Test execution timeout in seconds |
| `expect_records` | object | None | Compare produced records with expected records, see details below |
| `expect_records.path` | string | | File with expected records |
Expand Down

0 comments on commit f2f224f

Please sign in to comment.