Skip to content

Commit 23e3692

Browse files
committed
fake commit to trigger test run
1 parent 5797a2f commit 23e3692

File tree

1 file changed

+1
-8
lines changed
  • airbyte_cdk/cli/source_declarative_manifest

1 file changed

+1
-8
lines changed

airbyte_cdk/cli/source_declarative_manifest/_run.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
This file was originally imported from the dedicated connector directory, under the
55
`airbyte` monorepo.
66
7-
Usage:
8-
9-
```
10-
pipx install airbyte-cdk
11-
source-declarative-manifest --help
12-
source-declarative-manifest spec
13-
...
14-
```
157
"""
168

179
from __future__ import annotations
@@ -90,6 +82,7 @@ def handle_command(args: list[str]) -> None:
9082
if _is_local_manifest_command(args):
9183
handle_local_manifest_command(args)
9284
else:
85+
print("Remote is local is remote baby")
9386
handle_remote_manifest_command(args)
9487

9588

0 commit comments

Comments
 (0)