Skip to content

Commit 097f84c

Browse files
committed
add debug statement
1 parent 2520bd5 commit 097f84c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

metadata-ingestion/src/datahub/emitter/rest_emitter.py

+3
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ def __init__(
223223
f"Using {'OpenAPI' if openapi_ingestion else 'Restli'} for ingestion."
224224
)
225225

226+
if default_trace_mode:
227+
logger.debug("Using API Tracing for ingestion.")
228+
226229
headers = {
227230
"X-RestLi-Protocol-Version": "2.0.0",
228231
"X-DataHub-Py-Cli-Version": nice_version_name(),

test_workload/search-golden-datasets/test_data_summary.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)