Skip to content

Commit

Permalink
[ISSUE #32871] enable debug logs for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi297 committed Dec 21, 2023
1 parent 3470ddd commit c782714
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 c782714

Please sign in to comment.