Skip to content

Commit c8e5a85

Browse files
committed
revert back some of the changes
1 parent b3cf810 commit c8e5a85

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

metadata-ingestion/examples/ai/dh_ai_client_sample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@
131131

132132
client.add_output_datasets_to_run(
133133
run_urn=run_urn, dataset_urns=[str(output_dataset_urn)]
134-
)
134+
)

metadata-ingestion/examples/recipes/mlflow_to_datahub.dhub.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ source:
44
tracking_uri: "http://127.0.0.1:5000"
55

66
sink:
7-
# type: file
8-
# config:
9-
# filename: "dataset_lineage_test.json"
107
type: datahub-rest
118
config:
129
server: "http://localhost:8080"

0 commit comments

Comments
 (0)