We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5797a2f commit 23e3692Copy full SHA for 23e3692
airbyte_cdk/cli/source_declarative_manifest/_run.py
@@ -4,14 +4,6 @@
4
This file was originally imported from the dedicated connector directory, under the
5
`airbyte` monorepo.
6
7
-Usage:
8
-
9
-```
10
-pipx install airbyte-cdk
11
-source-declarative-manifest --help
12
-source-declarative-manifest spec
13
-...
14
15
"""
16
17
from __future__ import annotations
@@ -90,6 +82,7 @@ def handle_command(args: list[str]) -> None:
90
82
if _is_local_manifest_command(args):
91
83
handle_local_manifest_command(args)
92
84
else:
85
+ print("Remote is local is remote baby")
93
86
handle_remote_manifest_command(args)
94
87
95
88
0 commit comments