1
0
mirror of synced 2026-01-01 18:02:53 -05:00
Files
airbyte/airbyte-integrations/connectors/source-postgres/integration_tests/abnormal_state.json
Rodi Reich Zilberman 9fbcdb8f35 source-postgres connector-acceptance-tests : Fix saved state json (#23014)
* 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>
2023-03-03 09:02:48 -08:00

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"
}
}
}
]