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 972cc60 commit 598fe31Copy full SHA for 598fe31
debug_manifest/debug_manifest.py
@@ -25,7 +25,7 @@ def debug_manifest(source: YamlDeclarativeSource, args: list[str]) -> None:
25
if __name__ == "__main__":
26
args = sys.argv[1:]
27
parsed_args = AirbyteEntrypoint.parse_args(args)
28
- manifest_path = AirbyteEntrypoint.parse_args(args).manifest_path or "resources/manifest.yaml"
+ manifest_path = parsed_args.manifest_path or "resources/manifest.yaml"
29
catalog_path = AirbyteEntrypoint.extract_catalog(args)
30
config_path = AirbyteEntrypoint.extract_config(args)
31
state_path = AirbyteEntrypoint.extract_state(args)
0 commit comments