Skip to content

Commit

Permalink
source-postgres connector-acceptance-tests : Fix saved state json (#2…
Browse files Browse the repository at this point in the history
…3014)

* 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>
  • Loading branch information
3 people authored Mar 3, 2023
1 parent bb8823f commit 9fbcdb8
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
"type": "STREAM",
"stream": {
"stream_state": {
"id": 4
"stream_name": "id_and_name",
"stream_namespace": "public",
"cursor_field": ["id"],
"cursor": "4",
"cursor_record_count":1
},
"stream_descriptor": {
"name": "id_and_name"
"name": "id_and_name",
"namespace": "public"
}
}
}
Expand Down

0 comments on commit 9fbcdb8

Please sign in to comment.