mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-25 17:15:09 +00:00
refactor(ingest): resolve click-default-group deprecation warning (#3427)
This commit is contained in:
parent
974f8fa91c
commit
a121aff6eb
@ -26,13 +26,13 @@ RUNS_TABLE_COLUMNS = ["runId", "rows", "created at"]
|
||||
RUN_TABLE_COLUMNS = ["urn", "aspect name", "created at"]
|
||||
|
||||
|
||||
@click.group(cls=DefaultGroup)
|
||||
@click.group(cls=DefaultGroup, default="run")
|
||||
def ingest() -> None:
|
||||
"""Ingest metadata into DataHub."""
|
||||
pass
|
||||
|
||||
|
||||
@ingest.command(default=True)
|
||||
@ingest.command()
|
||||
@click.option(
|
||||
"-c",
|
||||
"--config",
|
||||
|
Loading…
x
Reference in New Issue
Block a user