Skip to content

Commit

Permalink
no-op
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625143209
  • Loading branch information
XinranTang authored and tfx-copybara committed Apr 16, 2024
1 parent 83b67df commit 8d74d23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ml_metadata/metadata_store/metadata_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,13 @@ def __init__(self, config, enable_upgrade_migration: bool = False):
logging.log(logging.INFO, 'MetadataStore with gRPC connection initialized')
logging.log(logging.DEBUG, 'ConnectionConfig: %s', config)

@property
def pipeline_asset(self) -> None:
"""Returns None as the pipeline asset."""
logging.log(
logging.WARNING, 'Getting pipeline asset from an ossed metadata store.'
)
return None

def _get_channel(self, config: proto.MetadataStoreClientConfig):
"""Configures the channel, which could be secure or insecure.
Expand Down

0 comments on commit 8d74d23

Please sign in to comment.