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 664de2c commit 8527861Copy full SHA for 8527861
airbyte_cdk/cli/source_declarative_manifest/_run.py
@@ -90,6 +90,7 @@ def handle_command(args: list[str]) -> None:
90
if _is_local_manifest_command(args):
91
handle_local_manifest_command(args)
92
else:
93
+ print("This is not a local manifest command")
94
handle_remote_manifest_command(args)
95
96
0 commit comments