mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 12:52:13 +00:00
feat(ingestion-cli): enable ingest mcps from s3 (#12649)
This commit is contained in:
parent
48f82a49e6
commit
c31470762b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user