Skip to content

Commit d539c70

Browse files
committed
add arg for state
1 parent bd9fb46 commit d539c70

File tree

1 file changed

+1
-1
lines changed
  • airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors/test/steps

1 file changed

+1
-1
lines changed

airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors/test/steps/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def _get_command_options(self) -> List[str]:
511511
if self.run_id:
512512
command_options += ["--run-id", self.run_id]
513513
if self.should_read_with_state:
514-
command_options += ["--should-read-with-state"]
514+
command_options += ["--should-read-with-state=1"]
515515
if self.test_evaluation_mode:
516516
command_options += ["--test-evaluation-mode", self.test_evaluation_mode]
517517
if self.selected_streams:

0 commit comments

Comments
 (0)