Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
aaronsteers and coderabbitai[bot] authored Oct 10, 2024
1 parent 6c8444d commit 1211f34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions airbyte/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,15 @@ def benchmark(
type=str,
help="Optional pip URL for the destination (Python connectors only). " + PIP_URL_HELP,
)
@click.option(
"--streams",
type=str,
default="*",
help=(
"A comma-separated list of stream names to select for reading. If set to '*', all streams "
"will be selected. Defaults to '*'."
),
)
def sync(
*,
source: str,
Expand Down

0 comments on commit 1211f34

Please sign in to comment.