* Fit saved state json * reenable tests we previously disabled * connector-acceptance-tests: support custom environment variables * revert changes on acceptance-test-config.yml --------- Co-authored-by: Augustin <augustin@airbyte.io> Co-authored-by: alafanechere <augustin.lafanechere@gmail.com>
19 lines
350 B
JSON
19 lines
350 B
JSON
[
|
|
{
|
|
"type": "STREAM",
|
|
"stream": {
|
|
"stream_state": {
|
|
"stream_name": "id_and_name",
|
|
"stream_namespace": "public",
|
|
"cursor_field": ["id"],
|
|
"cursor": "4",
|
|
"cursor_record_count":1
|
|
},
|
|
"stream_descriptor": {
|
|
"name": "id_and_name",
|
|
"namespace": "public"
|
|
}
|
|
}
|
|
}
|
|
]
|