Skip to content

Commit 85bf9f3

Browse files
committed
removed unnecssary comment out
1 parent 9e77d8f commit 85bf9f3

File tree

1 file changed

+2
-2
lines changed
  • metadata-ingestion/src/datahub/ingestion/source

1 file changed

+2
-2
lines changed

metadata-ingestion/src/datahub/ingestion/source/vertexai.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ def get_workunits_internal(self) -> Iterable[MetadataWorkUnit]:
179179
# Fetch and Ingest Training Jobs
180180
yield from auto_workunit(self._get_training_jobs_mcps())
181181
# Fetch and Ingest Experiments
182-
# yield from self._get_experiments_workunits()
182+
yield from self._get_experiments_workunits()
183183
# Fetch and Ingest Experiment Runs
184-
# yield from auto_workunit(self._get_experiment_runs_mcps())
184+
yield from auto_workunit(self._get_experiment_runs_mcps())
185185

186186
def _get_experiments_workunits(self) -> Iterable[MetadataWorkUnit]:
187187
# List all experiments

0 commit comments

Comments
 (0)