Skip to content

Commit

Permalink
fix(cli): timeline - category should be owner not ownership (#5304)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored Jun 30, 2022
1 parent 7b5f28b commit 5f0c554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/src/datahub/cli/timeline_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_timeline(
required=True,
multiple=True,
type=str,
help="One of tag, glossary_term, technical_schema, documentation, ownership",
help="One of tag, glossary_term, technical_schema, documentation, owner",
)
@click.option(
"--start",
Expand Down Expand Up @@ -148,7 +148,7 @@ def timeline(

all_categories = [
"TAG",
"OWNERSHIP",
"OWNER",
"GLOSSARY_TERM",
"TECHNICAL_SCHEMA",
"DOCUMENTATION",
Expand Down

0 comments on commit 5f0c554

Please sign in to comment.