Skip to content

Commit

Permalink
[ISSUE #32871] enable debug logs for integration tests (#33718)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Jan 4, 2024
1 parent 14af598 commit 60edbba
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 60edbba

Please sign in to comment.