Skip to content

Commit

Permalink
fix destination cli syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Oct 9, 2024
1 parent 5ef9c77 commit f74adb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit f74adb1

Please sign in to comment.