Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-cloud committed Feb 24, 2025
1 parent 003f257 commit 5b35761
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions metadata-ingestion/src/datahub/ingestion/source/vertexai.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
AutoMLTabularTrainingJob,
AutoMLTextTrainingJob,
AutoMLVideoTrainingJob,
Endpoint, TabularDataset, TextDataset,
Endpoint,
TabularDataset,
)
from google.cloud.aiplatform.datasets import _Dataset
from google.cloud.aiplatform.models import Model, VersionInfo
Expand All @@ -33,7 +34,8 @@
AuditStampClass,
DataProcessInstanceInputClass,
DataProcessInstancePropertiesClass,
TimeStampClass, DatasetPropertiesClass,
DatasetPropertiesClass,
TimeStampClass,
)
from datahub.metadata.com.linkedin.pegasus2avro.dataset import DatasetProperties
from datahub.metadata.schema_classes import (

Check warning on line 41 in metadata-ingestion/src/datahub/ingestion/source/vertexai.py

View check run for this annotation

Codecov / codecov/patch

metadata-ingestion/src/datahub/ingestion/source/vertexai.py#L40-L41

Added lines #L40 - L41 were not covered by tests
Expand Down

0 comments on commit 5b35761

Please sign in to comment.