feat(ingestion-cli): enable ingest mcps from s3 (#12649)

This commit is contained in:
david-leifker 2025-02-19 07:02:22 -06:00 committed by GitHub
parent 48f82a49e6
commit c31470762b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -349,7 +349,9 @@ def parse_restli_response(response):
@ingest.command()
@click.argument("path", type=click.Path(exists=True))
@click.argument(
"path", type=click.Path(exists=False)
) # exists=False since it only supports local filesystems
def mcps(path: str) -> None:
"""
Ingest metadata from a mcp json file or directory of files.