We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9fb46 commit d539c70Copy full SHA for d539c70
airbyte-ci/connectors/pipelines/pipelines/airbyte_ci/connectors/test/steps/common.py
@@ -511,7 +511,7 @@ def _get_command_options(self) -> List[str]:
511
if self.run_id:
512
command_options += ["--run-id", self.run_id]
513
if self.should_read_with_state:
514
- command_options += ["--should-read-with-state"]
+ command_options += ["--should-read-with-state=1"]
515
if self.test_evaluation_mode:
516
command_options += ["--test-evaluation-mode", self.test_evaluation_mode]
517
if self.selected_streams:
0 commit comments