Skip to content

Commit

Permalink
[ISSUE airbytehq#32871] enable debug logs for integration tests (airb…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 authored and jatinyadav-cc committed Feb 26, 2024
1 parent 90dff0d commit 5af10c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-cdk/python/airbyte_cdk/test/entrypoint_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def read(
make_file(tmp_directory_path / "state.json", state),
]
)
args.append("--debug")
source_entrypoint = AirbyteEntrypoint(source)
parsed_args = source_entrypoint.parse_args(args)

Expand Down

0 comments on commit 5af10c7

Please sign in to comment.