From f74adb1ffea494b75356e5ef80d7521a6e5d9bb8 Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Wed, 9 Oct 2024 13:56:43 -0700 Subject: [PATCH] fix destination cli syntax --- airbyte/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte/cli.py b/airbyte/cli.py index 7e049c13..5754ca56 100644 --- a/airbyte/cli.py +++ b/airbyte/cli.py @@ -41,7 +41,7 @@ pyab benchmark --source=airbyte/source-hardcoded-records:dev --config='{count: 400_000}' # Destination Benchmark: - pyab benchmark --source=destination-dev-null --config=/path/to/config.json + pyab benchmark --destination=destination-dev-null --config=/path/to/config.json ```